summaryrefslogtreecommitdiff
path: root/src/main/interactive_shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/interactive_shell.cpp')
-rw-r--r--src/main/interactive_shell.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/interactive_shell.cpp b/src/main/interactive_shell.cpp
index 325f44769..4761ba07e 100644
--- a/src/main/interactive_shell.cpp
+++ b/src/main/interactive_shell.cpp
@@ -176,7 +176,8 @@ InteractiveShell::~InteractiveShell() {
delete d_parser;
}
-Command* InteractiveShell::readCommand() throw (UnsafeInterruptException) {
+Command* InteractiveShell::readCommand()
+{
char* lineBuf = NULL;
string line = "";
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback