summaryrefslogtreecommitdiff
path: root/src/parser/parser_exception.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-19 22:07:01 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-19 22:07:01 +0000
commitcd98370b338a0cc5343067151884a06431a1d92c (patch)
tree7e61d8cf61ada9fef8f470a3c781a07a5df5a0fc /src/parser/parser_exception.h
parent394791604a62e19763a8a45328bc5177d91fabf9 (diff)
testing framework, configure fixes, incorporations from meeting, continued work
Diffstat (limited to 'src/parser/parser_exception.h')
-rw-r--r--src/parser/parser_exception.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/parser/parser_exception.h b/src/parser/parser_exception.h
index 18f027e44..89490fad8 100644
--- a/src/parser/parser_exception.h
+++ b/src/parser/parser_exception.h
@@ -10,14 +10,15 @@
** Exception class.
**/
-#ifndef __CVC4_PARSER_EXCEPTION_H
-#define __CVC4_PARSER_EXCEPTION_H
+#ifndef __CVC4__PARSER__PARSER_EXCEPTION_H
+#define __CVC4__PARSER__PARSER_EXCEPTION_H
-#include "core/exception.h"
+#include "util/exception.h"
#include <string>
#include <iostream>
namespace CVC4 {
+namespace parser {
class ParserException: public Exception {
public:
@@ -32,6 +33,7 @@ namespace CVC4 {
}
}; // end of class ParserException
+}/* CVC4::parser namespace */
}/* CVC4 namespace */
-#endif /* __CVC4_PARSER_EXCEPTION_H */
+#endif /* __CVC4__PARSER__PARSER_EXCEPTION_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback