summaryrefslogtreecommitdiff
path: root/src/parser/tptp/tptp_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/tptp/tptp_input.h')
-rw-r--r--src/parser/tptp/tptp_input.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/parser/tptp/tptp_input.h b/src/parser/tptp/tptp_input.h
index 4280c51ef..bfe8562fc 100644
--- a/src/parser/tptp/tptp_input.h
+++ b/src/parser/tptp/tptp_input.h
@@ -23,9 +23,10 @@
#include "parser/tptp/TptpLexer.h"
#include "parser/tptp/TptpParser.h"
-// extern void TptpParserSetAntlrParser(CVC4::parser::AntlrParser* newAntlrParser);
+// extern void TptpParserSetAntlrParser(CVC5::parser::AntlrParser*
+// newAntlrParser);
-namespace CVC4 {
+namespace CVC5 {
class Command;
class Expr;
@@ -80,7 +81,7 @@ class TptpInput : public AntlrInput {
};/* class TptpInput */
-}/* CVC4::parser namespace */
-}/* CVC4 namespace */
+} // namespace parser
+} // namespace CVC5
#endif /* CVC4__PARSER__TPTP_INPUT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback