Implemented support for very long strings a la spss v13/v14
[pspp-builds.git] / src / language / lexer / lexer.h
index 36d79d3afef7a2a25bf7cf7139195ade4f7267dc..007c1362e1b54d2e2be0bac1a5fe8bb0c7480f94 100644 (file)
@@ -88,4 +88,7 @@ void lex_negative_to_dash (void);
 void lex_reset_eof (void);
 void lex_skip_comment (void);
 
+int parse_format_specifier (struct fmt_spec *input, enum fmt_parse_flags);
+int parse_format_specifier_name (const char **cp, enum fmt_parse_flags);
+
 #endif /* !lexer_h */