removed provides

This commit is contained in:
Raphaël LACROIX 2023-04-13 11:15:52 +02:00
parent 9439274586
commit 8da76e2ec2

9
yacc.y
View file

@ -4,12 +4,11 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include "table.h" #include "table.h"
%}
%code provides {
int yylex (void); int yylex (void);
void yyerror (const char *); void yyerror (const char *);
} %}
%union {char str[NAME_MAX_LENGTH]; int nbInt; enumVarType type; } %union {char str[NAME_MAX_LENGTH]; int nbInt; enumVarType type; }
/*loops keywords*/ /*loops keywords*/