Rewritten the t-test (no calculations yet).
[pspp-builds.git] / src / lexer.h
index 542721b9d75db6b5a40d689258b156b22d2b00fa..83bfa825c3073fb2eaa084c81e70b6dae24c9827 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);
+long lex_double (void);
 
 /* Token matching functions. */
 int lex_match (int);