fixed issues with the compilation process

This commit is contained in:
Meyer Simon
2025-02-23 13:15:35 -05:00
parent 927c691d93
commit c1191c888e
3 changed files with 9 additions and 10 deletions

View File

@ -11,6 +11,7 @@
#include "flex.h"
#include "typedefs.h"
#include <stdbool.h>
#include "symbol_table.h"
extern int line_number, column_number;
extern char *yytext;