Encapsulated lexer and updated calling functions accordingly.
[pspp-builds.git] / src / language / lexer / range-parser.h
index f03a7e88cff519729095db6216d1ed1a6388aeea..030a19278268e3ee571d8c55cc542011a83a0bca 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdbool.h>
 
 struct fmt_spec;
-bool parse_num_range (double *x, double *y, const struct fmt_spec *fmt);
+struct lexer;
+bool parse_num_range (struct lexer *, double *, double *, const struct fmt_spec *fmt);
 
 #endif /* range-prs.h */