summaryrefslogtreecommitdiff
path: root/src/parser/parser_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parser_exception.h')
-rw-r--r--src/parser/parser_exception.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/parser_exception.h b/src/parser/parser_exception.h
index 7fcbce213..a2f614dc7 100644
--- a/src/parser/parser_exception.h
+++ b/src/parser/parser_exception.h
@@ -16,8 +16,8 @@
#include "cvc4parser_public.h"
-#ifndef CVC4__PARSER__PARSER_EXCEPTION_H
-#define CVC4__PARSER__PARSER_EXCEPTION_H
+#ifndef CVC5__PARSER__PARSER_EXCEPTION_H
+#define CVC5__PARSER__PARSER_EXCEPTION_H
#include <iostream>
#include <string>
@@ -102,4 +102,4 @@ class ParserEndOfFileException : public ParserException
} // namespace parser
} // namespace cvc5
-#endif /* CVC4__PARSER__PARSER_EXCEPTION_H */
+#endif /* CVC5__PARSER__PARSER_EXCEPTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback