index
:
18CS63
master
compiler design
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
8
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 '8')
-rw-r--r--
8/main.l
1
1 files changed, 0 insertions, 1 deletions
diff --git a/8/main.l b/8/main.l
index 3db9d6d..ad755d5 100644
--- a/
8/main.l
+++ b/
8/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