removed provides
This commit is contained in:
parent
9439274586
commit
8da76e2ec2
1 changed files with 4 additions and 5 deletions
5
yacc.y
5
yacc.y
|
@ -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*/
|
||||||
|
|
Loading…
Reference in a new issue