]> git.saurik.com Git - bison.git/blobdiff - src/lex.c
* src/conflicts.c: Move global variables rrc_total and src_total ...
[bison.git] / src / lex.c
index 4eb8f313215a19461b293af4d7e9429e940c9408..65082a8141f95358eb359bd6d4e675adaf8a8590 100644 (file)
--- a/src/lex.c
+++ b/src/lex.c
@@ -30,7 +30,7 @@
 #include "quote.h"
 
 /* Buffer for storing the current token.  */
-struct obstack token_obstack;
+static struct obstack token_obstack;
 const char *token_buffer = NULL;
 
 bucket *symval;