Fixed formatting in lex; Updated Makefile t#30
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
// Prologue
|
||||
%{
|
||||
#include <stdio.h>
|
||||
#include "symbol_table.c"
|
||||
#include "../src/symbol_table.c"
|
||||
extern int yylex(void);
|
||||
void yyerror(const char *err);
|
||||
extern char* yytext;
|
||||
|
Reference in New Issue
Block a user