X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lexer%2Fglobal_vars.c;h=3128c01779fce5f379796195df04a978ec1d3156;hb=15ad4b5ab7b62ce2e966730ccd1932877d658b66;hp=bec89423968ed30be8997160470da99bcd2f0be6;hpb=9ed84d89d23a6198fd4157bfe93424b7b7582332;p=TP_AL_C.git diff --git a/lexer/global_vars.c b/lexer/global_vars.c index bec8942..3128c01 100644 --- a/lexer/global_vars.c +++ b/lexer/global_vars.c @@ -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" };