]> git.saurik.com Git - bison.git/blobdiff - src/lex.c
New experimental feature: if --verbose --trace output all the
[bison.git] / src / lex.c
index 651ff98edc2580f0010c9c6e63dad8b2c547f096..78b8a8f391bf84f8db7981a39e008575f18dd8e4 100644 (file)
--- a/src/lex.c
+++ b/src/lex.c
@@ -152,7 +152,7 @@ xgetc (FILE *f)
    being, I prefer have literalchar behave like quotearg, and change
    my mind later if I was wrong.  */
 
-static int
+int
 literalchar (struct obstack *out, int *pcode, char term)
 {
   int c;