pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/data-in.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/data-in.h
Date: Mon, 07 Mar 2005 02:26:14 -0500

Index: pspp/src/data-in.h
diff -u pspp/src/data-in.h:1.4 pspp/src/data-in.h:1.5
--- pspp/src/data-in.h:1.4      Mon Mar  7 06:25:36 2005
+++ pspp/src/data-in.h  Mon Mar  7 07:26:13 2005
@@ -21,6 +21,7 @@
 #define data_in_h 1
 
 #include <stddef.h>
+#include "bool.h"
 #include "format.h"
 
 /* Flags. */
@@ -43,7 +44,7 @@
     struct fmt_spec format;    /* Format specification to use. */
   };
 
-int data_in (struct data_in *);
+bool data_in (struct data_in *);
 
 void data_in_finite_line (struct data_in *di, const char *line, size_t len,
                          int fc, int lc);




reply via email to

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