* src/conflicts.c: Move global variables rrc_total and src_total ...

(print_conflicts): here.
* src/output.c (output): Free global variable user_toknums.
* src/lex.c (token_obstack): Become static.
This commit is contained in:
Pascal Bart
2001-10-19 11:03:50 +00:00
parent 490abf53b1
commit 0846f581e8
5 changed files with 303 additions and 3 deletions

View File

@@ -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;