summaryrefslogtreecommitdiff
path: root/src/parser/parse_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/parse_op.h')
-rw-r--r--src/parser/parse_op.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/parse_op.h b/src/parser/parse_op.h
index 592fce4f7..f862c178d 100644
--- a/src/parser/parse_op.h
+++ b/src/parser/parse_op.h
@@ -14,8 +14,8 @@
#include "cvc4parser_public.h"
-#ifndef CVC4__PARSER__PARSE_OP_H
-#define CVC4__PARSER__PARSE_OP_H
+#ifndef CVC5__PARSER__PARSE_OP_H
+#define CVC5__PARSER__PARSE_OP_H
#include <string>
@@ -81,4 +81,4 @@ std::ostream& operator<<(std::ostream& os, const ParseOp& p);
} // namespace cvc5
-#endif /* CVC4__PARSER__PARSE_OP_H */
+#endif /* CVC5__PARSER__PARSE_OP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback