From 809e7ff25062023dfda16a9dd6a84d2a427dda24 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 8 Feb 2013 22:17:43 +0100 Subject: reverse Execute::step() change: no need to pass parameters by reference cmdline and cmdline_pos is no longer modified by code executed by step() instead it is modified at the outermost macro level (commandline macro level) --- src/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.h') diff --git a/src/parser.h b/src/parser.h index d2e570b..e810fa4 100644 --- a/src/parser.h +++ b/src/parser.h @@ -262,7 +262,7 @@ extern gchar *strings[2]; extern gchar escape_char; namespace Execute { - void step(const gchar *¯o, gint &stop_pos) + void step(const gchar *macro, gint stop_pos) throw (State::Error, ReplaceCmdline); void macro(const gchar *macro, bool locals = true) throw (State::Error, ReplaceCmdline); -- cgit v1.2.3