diff src/lex.h @ 4867:c7f9ea142fda

[project @ 2004-04-20 19:41:11 by jwe]
author jwe
date Tue, 20 Apr 2004 19:41:11 +0000
parents 9f0ce1536368
children bdb307dc8613
line wrap: on
line diff
--- a/src/lex.h
+++ b/src/lex.h
@@ -46,6 +46,9 @@
 // Delete a buffer (for unwind-prot).
 extern void delete_input_buffer (void *buf);
 
+// Is the given string a keyword?
+extern bool is_keyword (const std::string& s);
+
 // For communication between the lexer and parser.
 
 class