diff --git a/symbol_table.c b/symbol_table.c index 2c3f3a2..343cf66 100644 --- a/symbol_table.c +++ b/symbol_table.c @@ -2,7 +2,7 @@ //Using a Linked List Structure. Head of linked List points to parent scope (if one exists) //Tail of Linked List points to a Linked List of all the child scopes //T -//*#include "symbol_table.h" +#include "symbol_table.h" /* #include #include