summaryrefslogtreecommitdiff
path: root/src/parser/bounded_token_buffer.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-07-06 04:00:42 +0000
committerMorgan Deters <mdeters@gmail.com>2010-07-06 04:00:42 +0000
commitb9f36ae0027e52da925416630ccad5d4b84779e9 (patch)
tree3d6a374f36c0c8c948077a2bf59f4ab9cbbd1491 /src/parser/bounded_token_buffer.h
parentc022f31543c7275e02d1a8c655e450e575e13bd0 (diff)
Fixes for doubled-statistics (bug 171), a fix to muzzled builds and some minor code
cleanup found while searching for additional cases. Closes bug 171.
Diffstat (limited to 'src/parser/bounded_token_buffer.h')
-rw-r--r--src/parser/bounded_token_buffer.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/parser/bounded_token_buffer.h b/src/parser/bounded_token_buffer.h
index fede14bd1..289480e2d 100644
--- a/src/parser/bounded_token_buffer.h
+++ b/src/parser/bounded_token_buffer.h
@@ -23,7 +23,7 @@
#ifndef __CVC4__PARSER__BOUNDED_TOKEN_BUFFER_H
#define __CVC4__PARSER__BOUNDED_TOKEN_BUFFER_H
-#include <antlr3defs.h>
+#include <antlr3defs.h>
namespace CVC4 {
namespace parser {
@@ -50,12 +50,10 @@ void
BoundedTokenBufferFree(pBOUNDED_TOKEN_BUFFER buffer);
#ifdef __cplusplus
-}
+}/* extern "C" */
#endif
-}
-}
-
+}/* CVC4::parser namespace */
+}/* CVC4 namespace */
#endif /* __CVC4__PARSER__BOUNDED_TOKEN_BUFFER_H */
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback