summaryrefslogtreecommitdiff
path: root/src/parser/parser_state.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-04-05 00:05:47 +0000
committerMorgan Deters <mdeters@gmail.com>2010-04-05 00:05:47 +0000
commit484dc0c61b86e49f81d82ef398f0148923c862a0 (patch)
tree9617a546a197567e0bde6cc1f046b1d0016df94f /src/parser/parser_state.h
parentff53861016427723a7c29e9bbca6f497b4556164 (diff)
minor formatting and code guidelines, related to parser code review (bug #73)
Diffstat (limited to 'src/parser/parser_state.h')
-rw-r--r--src/parser/parser_state.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/parser/parser_state.h b/src/parser/parser_state.h
index 3130e1f46..07f85623c 100644
--- a/src/parser/parser_state.h
+++ b/src/parser/parser_state.h
@@ -13,8 +13,10 @@
** A collection of state for use by parser implementations.
**/
-#ifndef __CVC4__PARSER__PARSER_STATE_H_
-#define __CVC4__PARSER__PARSER_STATE_H_
+#include "cvc4parser_private.h"
+
+#ifndef __CVC4__PARSER__PARSER_STATE_H
+#define __CVC4__PARSER__PARSER_STATE_H
#include <string>
@@ -255,4 +257,4 @@ public:
} // namespace CVC4
-#endif /* __CVC4__PARSER__PARSER_STATE_H_ */
+#endif /* __CVC4__PARSER__PARSER_STATE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback