Changed DFM from open-at-first-access to explicit-open. Before,
[pspp-builds.git] / src / lexer.h
index cf7451582106aa3ef066d0bf4db216e637b4c3e6..2dd7da06273cfb11e2d11ddf745158385c588108 100644 (file)
@@ -111,7 +111,7 @@ int lex_id_match (const char *keyword_string, const char *token_string);
 /* Weird token functions. */
 int lex_look_ahead (void);
 void lex_put_back (int);
-void lex_put_forward (int);
+void lex_put_back_id (const char *tokid);
 
 /* Weird line processing functions. */
 char *lex_entire_line (void);