pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/data datasheet.h [simpler-proc]


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data datasheet.h [simpler-proc]
Date: Sat, 14 Apr 2007 23:02:14 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         simpler-proc
Changes by:     Ben Pfaff <blp> 07/04/14 23:02:14

Modified files:
        src/data       : datasheet.h 

Log message:
        Fix various bugs.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/datasheet.h?cvsroot=pspp&only_with_tag=simpler-proc&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: datasheet.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/Attic/datasheet.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- datasheet.h 14 Apr 2007 05:04:23 -0000      1.1.2.2
+++ datasheet.h 14 Apr 2007 23:02:14 -0000      1.1.2.3
@@ -36,7 +36,7 @@
 
 /* Columns. */
 size_t datasheet_get_column_cnt (const struct datasheet *);
-void datasheet_insert_columns (struct datasheet *,
+bool datasheet_insert_columns (struct datasheet *,
                                const union value[], size_t cnt,
                                size_t before);
 void datasheet_delete_columns (struct datasheet *, size_t start, size_t cnt);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]