aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'goto.cpp')
-rw-r--r--goto.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/goto.cpp b/goto.cpp
index 4b2ce15..63ccc05 100644
--- a/goto.cpp
+++ b/goto.cpp
@@ -171,7 +171,7 @@ StateLabel::StateLabel() : State()
}
State *
-StateLabel::custom(gchar chr)
+StateLabel::custom(gchar chr) throw (Error)
{
gchar *new_str;
@@ -203,7 +203,7 @@ StateLabel::custom(gchar chr)
}
State *
-StateGotoCmd::done(const gchar *str)
+StateGotoCmd::done(const gchar *str) throw (Error)
{
gint64 value;
gchar **labels;