]> git.saurik.com Git - bison.git/blobdiff - src/lex.h
* src/closure.c (print_closure): Improve.
[bison.git] / src / lex.h
index 34954148677424c71e42dd2dc274454289a641dd..df825a8b7a17af2329c89cdee25a463a111c3d23 100644 (file)
--- a/src/lex.h
+++ b/src/lex.h
@@ -50,7 +50,6 @@ typedef enum token_e
     tok_thong,
     tok_define,
     tok_skel,
-    tok_include,
     tok_noop,
     tok_intopt,
     tok_stropt,
@@ -74,6 +73,7 @@ void read_type_name PARAMS ((FILE *fin));
    entry found.  */
 
 token_t lex PARAMS ((void));
+int literalchar PARAMS ((struct obstack *out, int *pcode, char term));
 
 token_t parse_percent_token PARAMS ((void));