Skip to content
Snippets Groups Projects
Commit 8f121273 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

Revert "preprocessor: fix bug in merge of rmExtraExo branch"

This reverts commit def2bf81d2b8dacda4b72d4250020eb793f28b20.
parent 8fe889bf
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ using namespace std; ...@@ -34,7 +34,6 @@ using namespace std;
class DataTree; class DataTree;
class VariableNode; class VariableNode;
class BinaryOpNode; class BinaryOpNode;
class SymbolTable;
typedef class ExprNode *expr_t; typedef class ExprNode *expr_t;
......
...@@ -28,7 +28,6 @@ using namespace std; ...@@ -28,7 +28,6 @@ using namespace std;
#include <map> #include <map>
#include "SymbolTable.hh" #include "SymbolTable.hh"
class SymbolTable;
enum ExternalFunctionSetOrNot enum ExternalFunctionSetOrNot
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment