summaryrefslogtreecommitdiff
path: root/src/parser/antlr_line_buffered_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/antlr_line_buffered_input.h')
-rw-r--r--src/parser/antlr_line_buffered_input.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/antlr_line_buffered_input.h b/src/parser/antlr_line_buffered_input.h
index cb1e047c7..0699c16d0 100644
--- a/src/parser/antlr_line_buffered_input.h
+++ b/src/parser/antlr_line_buffered_input.h
@@ -30,7 +30,7 @@
#include "parser/line_buffer.h"
-namespace CVC4 {
+namespace CVC5 {
namespace parser {
typedef struct ANTLR3_LINE_BUFFERED_INPUT_STREAM {
@@ -44,7 +44,7 @@ pANTLR3_INPUT_STREAM antlr3LineBufferedStreamNew(std::istream& in,
pANTLR3_UINT8 name,
LineBuffer* line_buffer);
-}/* CVC4::parser namespace */
-}/* CVC4 namespace */
+} // namespace parser
+} // namespace CVC5
#endif /* CVC4__PARSER__ANTLR_LINE_BUFFERED_INPUT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback