Oops - revert change that shouldn't have been applied.
[pspp] / src / lexer.h
index 542721b9d75db6b5a40d689258b156b22d2b00fa..cf7451582106aa3ef066d0bf4db216e637b4c3e6 100644 (file)
@@ -87,6 +87,8 @@ int lex_end_of_command (void);
 /* Token testing functions. */
 int lex_integer_p (void);
 long lex_integer (void);
+int lex_double_p (void);
+double lex_double (void);
 
 /* Token matching functions. */
 int lex_match (int);