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