summaryrefslogtreecommitdiff
path: root/src/parser/bounded_token_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/bounded_token_factory.h')
-rw-r--r--src/parser/bounded_token_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/bounded_token_factory.h b/src/parser/bounded_token_factory.h
index f44218786..f2df9ac36 100644
--- a/src/parser/bounded_token_factory.h
+++ b/src/parser/bounded_token_factory.h
@@ -19,8 +19,8 @@
#include "cvc4parser_private.h"
-#ifndef __CVC4__PARSER__BOUNDED_TOKEN_FACTORY_H
-#define __CVC4__PARSER__BOUNDED_TOKEN_FACTORY_H
+#ifndef CVC4__PARSER__BOUNDED_TOKEN_FACTORY_H
+#define CVC4__PARSER__BOUNDED_TOKEN_FACTORY_H
namespace CVC4 {
namespace parser {
@@ -48,4 +48,4 @@ BoundedTokenFactoryNew(pANTLR3_INPUT_STREAM input,ANTLR3_UINT32 size);
}/* CVC4::parser namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__PARSER__BOUNDED_TOKEN_FACTORY_H */
+#endif /* CVC4__PARSER__BOUNDED_TOKEN_FACTORY_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback