Fix the syntactic analyzer for real.
[TP_AL_C.git] / lexer / global_vars.c
index bec89423968ed30be8997160470da99bcd2f0be6..3128c01779fce5f379796195df04a978ec1d3156 100644 (file)
@@ -2,5 +2,6 @@
 
 FILE *source = NULL, *target = NULL;
 struct token_s token[TOKEN_MAX] = {{NULL, {0}}};
+wint_t tokenValue[50] = {0};
 unsigned int tokenFound = 0;
 const char* tokenTypestr[] = { "MOTCLE", "SECTION", "SSECTION", "NPARA", "MOT", "FIN" };