Make the expression code a little nicer and fix bugs found
[pspp-builds.git] / src / lexer.h
index 2dd7da06273cfb11e2d11ddf745158385c588108..23ce64bf2154b20098dfd2a44e7cde9e6d469aa3 100644 (file)
@@ -114,8 +114,8 @@ void lex_put_back (int);
 void lex_put_back_id (const char *tokid);
 
 /* Weird line processing functions. */
-char *lex_entire_line (void);
-char *lex_rest_of_line (int *had_dot);
+const char *lex_entire_line (void);
+const char *lex_rest_of_line (int *end_dot);
 void lex_discard_line (void);
 void lex_set_prog (char *p);