summaryrefslogtreecommitdiff
path: root/src/parser/cvc/Cvc.g
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-11-05 08:26:32 -0800
committerGitHub <noreply@github.com>2018-11-05 08:26:32 -0800
commitdfcfb2c663fff40254d85e88f65d6219d2bbec90 (patch)
tree263e7c9dbb863bbf2f38b595977624a23cfb3341 /src/parser/cvc/Cvc.g
parent15bb7984ee8c75c6b33fefe5754172f468f43ed8 (diff)
parent700ee947a84ee8df9a7a50d44999a48ccc2626d8 (diff)
Merge branch 'master' into fixConfigureTypofixConfigureTypo
Diffstat (limited to 'src/parser/cvc/Cvc.g')
-rw-r--r--src/parser/cvc/Cvc.g8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/parser/cvc/Cvc.g b/src/parser/cvc/Cvc.g
index 1a4541939..3eddf438f 100644
--- a/src/parser/cvc/Cvc.g
+++ b/src/parser/cvc/Cvc.g
@@ -495,10 +495,6 @@ Expr addNots(ExprManager* em, size_t n, Expr e) {
@lexer::includes {
-// This should come immediately after #include <antlr3.h> in the generated
-// files. See the documentation in "parser/antlr_undefines.h" for more details.
-#include "parser/antlr_undefines.h"
-
/** This suppresses warnings about the redefinition of token symbols between different
* parsers. The redefinitions should be harmless as long as no client: (a) #include's
* the lexer headers for two grammars AND (b) uses the token symbol definitions. */
@@ -523,10 +519,6 @@ Expr addNots(ExprManager* em, size_t n, Expr e) {
@parser::includes {
-// This should come immediately after #include <antlr3.h> in the generated
-// files. See the documentation in "parser/antlr_undefines.h" for more details.
-#include "parser/antlr_undefines.h"
-
#include <cassert>
#include <memory>
#include <stdint.h>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback