pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/lexer.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/lexer.h
Date: Fri, 11 Mar 2005 20:08:35 -0500

Index: pspp/src/lexer.h
diff -u pspp/src/lexer.h:1.8 pspp/src/lexer.h:1.9
--- pspp/src/lexer.h:1.8        Mon Mar  7 03:04:50 2005
+++ pspp/src/lexer.h    Sat Mar 12 01:08:33 2005
@@ -20,6 +20,7 @@
 #if !lexer_h
 #define lexer_h 1
 
+#include <ctype.h>
 #include "bool.h"
 
 /* Returns nonzero if character CH may be the first character in an
@@ -111,6 +112,7 @@
 int lex_id_match_len (const char *keyword_string, size_t keyword_len,
                      const char *token_string, size_t token_len);
 int lex_id_match (const char *keyword_string, const char *token_string);
+int lex_id_to_token (const char *id, size_t len);
        
 /* Weird token functions. */
 int lex_look_ahead (void);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]