X-Git-Url: https://git.piment-noir.org/?p=TP_AL_C.git;a=blobdiff_plain;f=lexer%2Fglobal_vars.c;fp=lexer%2Fglobal_vars.c;h=3128c01779fce5f379796195df04a978ec1d3156;hp=bec89423968ed30be8997160470da99bcd2f0be6;hb=15ad4b5ab7b62ce2e966730ccd1932877d658b66;hpb=e3e95680fb0e3c5882991b24f6dd5dbb1a59e87e 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" };