index
:
18CS63
master
compiler design
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
6
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 '6')
-rw-r--r--
6/main.l
1
1 files changed, 0 insertions, 1 deletions
diff --git a/6/main.l b/6/main.l
index 55dac30..d2eded0 100644
--- a/
6/main.l
+++ b/
6/main.l
@@ -1,5 +1,4 @@
1
%{
1
%{
2
#include "y.tab.h"
3
#include <stdlib.h>
2
#include <stdlib.h>
4
%}
3
%}
5
4