Fix the syntactic analyzer for real.
[TP_AL_C.git] / lexer / global_vars.h
index 6e7ddeae94acee33c7882bcb3862357c75dc92ea..40eddfb66d1ca1f7f7cf3a45071ea028f937e07b 100644 (file)
@@ -15,6 +15,7 @@ struct token_s {
 extern struct token_s token[TOKEN_MAX];
 
 extern wint_t c;
+extern wint_t tokenValue[50];
 
 extern unsigned int tokenFound;
 extern enum TokenType {