aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 69a6d93..8ee15d7 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -253,7 +253,7 @@ extern gchar *strings[2];
extern gchar escape_char;
namespace Execute {
- void step(const gchar *macro) throw (State::Error);
+ void step(const gchar *&macro, gint &stop_pos) throw (State::Error);
void macro(const gchar *macro, bool locals = true) throw (State::Error);
bool file(const gchar *filename, bool locals = true);
}