fixed the spaceing t#34
This commit is contained in:
@ -7,9 +7,11 @@
|
||||
%{
|
||||
#include <stdbool.h>
|
||||
#include "../tmp/grammar.tab.h"
|
||||
#include "../src/symbol_table.h"
|
||||
#ifndef DEBUG
|
||||
#define DEBUG 0
|
||||
#endif
|
||||
extern SymbolTable * cur;
|
||||
|
||||
int line_number = 1, column_number = 1;
|
||||
%}
|
||||
|
Reference in New Issue
Block a user