summaryrefslogtreecommitdiff
path: root/src/parser/smt1
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt1')
-rw-r--r--src/parser/smt1/smt1.h6
-rw-r--r--src/parser/smt1/smt1_input.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/parser/smt1/smt1.h b/src/parser/smt1/smt1.h
index f8a018806..32867e692 100644
--- a/src/parser/smt1/smt1.h
+++ b/src/parser/smt1/smt1.h
@@ -14,8 +14,8 @@
#include "cvc4parser_private.h"
-#ifndef __CVC4__PARSER__SMT1_H
-#define __CVC4__PARSER__SMT1_H
+#ifndef CVC4__PARSER__SMT1_H
+#define CVC4__PARSER__SMT1_H
#include <string>
#include <unordered_map>
@@ -130,4 +130,4 @@ private:
}/* CVC4::parser namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__PARSER__SMT1_H */
+#endif /* CVC4__PARSER__SMT1_H */
diff --git a/src/parser/smt1/smt1_input.h b/src/parser/smt1/smt1_input.h
index 511ddfd53..fcdc63ee2 100644
--- a/src/parser/smt1/smt1_input.h
+++ b/src/parser/smt1/smt1_input.h
@@ -16,8 +16,8 @@
#include "cvc4parser_private.h"
-#ifndef __CVC4__PARSER__SMT1_INPUT_H
-#define __CVC4__PARSER__SMT1_INPUT_H
+#ifndef CVC4__PARSER__SMT1_INPUT_H
+#define CVC4__PARSER__SMT1_INPUT_H
#include "parser/antlr_input.h"
#include "parser/smt1/Smt1Lexer.h"
@@ -82,4 +82,4 @@ public:
}/* CVC4::parser namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__PARSER__SMT1_INPUT_H */
+#endif /* CVC4__PARSER__SMT1_INPUT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback