pspp-cvs
[Top][All Lists]
Advanced

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

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


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/format.h
Date: Sat, 26 Nov 2005 17:49:59 -0500

Index: pspp/src/format.h
diff -u pspp/src/format.h:1.11 pspp/src/format.h:1.12
--- pspp/src/format.h:1.11      Sun Jul 31 21:42:46 2005
+++ pspp/src/format.h   Sat Nov 26 22:49:57 2005
@@ -119,7 +119,7 @@
 int parse_string_as_format (const char *s, int len, const struct fmt_spec *fp,
                            int fc, union value *v);
 int translate_fmt (int spss);
-void data_out (char *s, const struct fmt_spec *fp, const union value *v);
+bool data_out (char *s, const struct fmt_spec *fp, const union value *v);
 char *fmt_to_string (const struct fmt_spec *);
 void num_to_string (double v, char *s, int w, int d);
 struct fmt_spec make_input_format (int type, int w, int d);




reply via email to

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