index
:
18CS63
master
compiler design
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
9
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '9')
-rw-r--r--
9/main.l
1
1 files changed, 0 insertions, 1 deletions
diff --git a/9/main.l b/9/main.l
index 04c6bf0..7e888e9 100644
--- a/
9/main.l
+++ b/
9/main.l
@@ -1,5 +1,4 @@
1
%{
1
%{
2
#include "y.tab.h"
3
extern int yylval;
2
extern int yylval;
4
%}
3
%}
5
4