diff options
Diffstat (limited to '11')
-rw-r--r-- | 11/main.l | 1 | ||||
-rw-r--r-- | 11/main.y | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,4 @@ | |||
1 | %{ | 1 | %{ |
2 | #include "y.tab.h" | ||
3 | extern int yylval; | 2 | extern int yylval; |
4 | %} | 3 | %} |
5 | 4 | ||
@@ -1,7 +1,6 @@ | |||
1 | %{ | 1 | %{ |
2 | #include <stdio.h> | 2 | #include <stdio.h> |
3 | #include <stdlib.h> | 3 | #include <stdlib.h> |
4 | #include "lex.yy.cc" | ||
5 | int yylex(); | 4 | int yylex(); |
6 | int yyerror(char *); | 5 | int yyerror(char *); |
7 | int loop_count = 0; | 6 | int loop_count = 0; |