]> git.saurik.com Git - bison.git/blobdiff - src/lex.h
* src/reader.c (parse_dquoted_param): New.
[bison.git] / src / lex.h
index 16ac115a56ee3bec65a4efee131adcbc57689144..df825a8b7a17af2329c89cdee25a463a111c3d23 100644 (file)
--- a/src/lex.h
+++ b/src/lex.h
@@ -73,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));