aboutsummaryrefslogtreecommitdiff
path: root/11/main.y
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-30 17:52:42 +0100
committerAkshay <[email protected]>2021-04-30 17:52:42 +0100
commit87181ffbb1c0850a5f174509be008897893366f9 (patch)
treed80e17cddc779acb0e38ab406543e4fa235ed860 /11/main.y
parent8cb6a5bbc3dff236c951eb1ff73ecd5b2d55556d (diff)
streamline build process
Diffstat (limited to '11/main.y')
-rw-r--r--11/main.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/11/main.y b/11/main.y
index 9ed51a0..2561951 100644
--- a/11/main.y
+++ b/11/main.y
@@ -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"
5int yylex(); 4int yylex();
6int yyerror(char *); 5int yyerror(char *);
7int loop_count = 0; 6int loop_count = 0;