summaryrefslogtreecommitdiff
path: root/src/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/antlr_parser.h11
-rw-r--r--src/parser/symbol_table.h2
2 files changed, 7 insertions, 6 deletions
diff --git a/src/parser/antlr_parser.h b/src/parser/antlr_parser.h
index 3fd94f82b..8f1f3fa1d 100644
--- a/src/parser/antlr_parser.h
+++ b/src/parser/antlr_parser.h
@@ -13,8 +13,10 @@
** Base for ANTLR parser classes.
**/
-#ifndef CVC4_PARSER_H_
-#define CVC4_PARSER_H_
+#include "cvc4parser_private.h"
+
+#ifndef __CVC4__PARSER__ANTLR_PARSER_H
+#define __CVC4__PARSER__ANTLR_PARSER_H
#include <vector>
#include <string>
@@ -342,10 +344,7 @@ private:
Expr getSymbol(const std::string& var_name, SymbolType type);
};
-
-
-
}/* CVC4::parser namespace */
}/* CVC4 namespace */
-#endif /* CVC4_PARSER_H_ */
+#endif /* __CVC4__PARSER__ANTLR_PARSER_H */
diff --git a/src/parser/symbol_table.h b/src/parser/symbol_table.h
index 1f43dbda6..bfa38ec28 100644
--- a/src/parser/symbol_table.h
+++ b/src/parser/symbol_table.h
@@ -13,6 +13,8 @@
** A symbol table for the parsers' use.
**/
+#include "cvc4parser_private.h"
+
#ifndef __CVC4__PARSER__SYMBOL_TABLE_H
#define __CVC4__PARSER__SYMBOL_TABLE_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback