removed provides

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

5
yacc.y
View file

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