aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-06-22 22:03:36 +0800
committerMu Qiao <qiaomuf@gentoo.org>2011-06-22 23:03:31 +0800
commitc3e341ad6dbb9efbed40cf29a0013defe938c5c6 (patch)
treeac87e3291b8c3404aee92c71b4961c3681deb7c8 /utils
parentWalker: first support for brace expansion (diff)
downloadlibbash-c3e341ad6dbb9efbed40cf29a0013defe938c5c6.tar.gz
libbash-c3e341ad6dbb9efbed40cf29a0013defe938c5c6.tar.bz2
libbash-c3e341ad6dbb9efbed40cf29a0013defe938c5c6.zip
Core: add more exceptions
We don't want to use only one exception everywhere. Now more exceptions are added to improve the exception hierarchy.
Diffstat (limited to 'utils')
-rw-r--r--utils/ast_printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ast_printer.cpp b/utils/ast_printer.cpp
index 6fa7c38..9c4bc3d 100644
--- a/utils/ast_printer.cpp
+++ b/utils/ast_printer.cpp
@@ -34,7 +34,7 @@
#include <boost/fusion/include/adapt_struct.hpp>
#include "core/bash_ast.h"
-#include "core/interpreter_exception.h"
+#include "core/exceptions.h"
#include "libbashParser.h"
namespace po = boost::program_options;