summaryrefslogtreecommitdiff
path: root/src/parser/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/input.h')
-rw-r--r--src/parser/input.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/input.h b/src/parser/input.h
index d54cb95ab..a4b537821 100644
--- a/src/parser/input.h
+++ b/src/parser/input.h
@@ -16,8 +16,8 @@
#include "cvc4parser_public.h"
-#ifndef CVC4__PARSER__INPUT_H
-#define CVC4__PARSER__INPUT_H
+#ifndef CVC5__PARSER__INPUT_H
+#define CVC5__PARSER__INPUT_H
#include <stdio.h>
@@ -179,4 +179,4 @@ class CVC4_EXPORT Input
} // namespace parser
} // namespace cvc5
-#endif /* CVC4__PARSER__ANTLR_INPUT_H */
+#endif /* CVC5__PARSER__ANTLR_INPUT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback