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: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/format.h
Date: Fri, 11 Mar 2005 20:08:34 -0500

Index: pspp/src/format.h
diff -u pspp/src/format.h:1.6 pspp/src/format.h:1.7
--- pspp/src/format.h:1.6       Tue Mar  1 08:16:15 2005
+++ pspp/src/format.h   Sat Mar 12 01:08:33 2005
@@ -21,6 +21,9 @@
 #define format_h 1
 
 /* Display format types. */
+
+#include "bool.h"
+
 /* See the definitions of these functions and variables when modifying
    this list:
    misc.c:convert_fmt_ItoO()
@@ -87,7 +90,9 @@
 int parse_format_specifier_name (const char **cp, enum fmt_parse_flags);
 int check_input_specifier (const struct fmt_spec *spec, int emit_error);
 int check_output_specifier (const struct fmt_spec *spec, int emit_error);
-int check_string_specifier (const struct fmt_spec *spec, int min_len);
+bool check_specifier_type (const struct fmt_spec *, int type, bool emit_error);
+bool check_specifier_width (const struct fmt_spec *,
+                            int width, bool emit_error);
 void convert_fmt_ItoO (const struct fmt_spec *input, struct fmt_spec *output);
 int get_format_var_width (const struct fmt_spec *);
 int parse_string_as_format (const char *s, int len, const struct fmt_spec *fp,




reply via email to

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