summaryrefslogtreecommitdiff
path: root/src/parser/cvc/cvc_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/cvc/cvc_input.h')
-rw-r--r--src/parser/cvc/cvc_input.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/parser/cvc/cvc_input.h b/src/parser/cvc/cvc_input.h
index 64a0e7f77..c9862916a 100644
--- a/src/parser/cvc/cvc_input.h
+++ b/src/parser/cvc/cvc_input.h
@@ -23,9 +23,10 @@
#include "parser/cvc/CvcLexer.h"
#include "parser/cvc/CvcParser.h"
-// extern void CvcParserSetAntlrParser(CVC4::parser::AntlrParser* newAntlrParser);
+// extern void CvcParserSetAntlrParser(CVC5::parser::AntlrParser*
+// newAntlrParser);
-namespace CVC4 {
+namespace CVC5 {
class Command;
class Expr;
@@ -71,7 +72,7 @@ class CvcInput : public AntlrInput {
}; // class CvcInput
-}/* CVC4::parser namespace */
-}/* CVC4 namespace */
+} // namespace parser
+} // namespace CVC5
#endif /* CVC4__PARSER__CVC_INPUT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback