aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/parser.h b/src/parser.h
index 4092435..a6a18bb 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -20,9 +20,9 @@
#include <glib.h>
+#include "sciteco.h"
#include "undo.h"
#include "error.h"
-#include "sciteco.h"
namespace SciTECO {
@@ -300,8 +300,7 @@ extern gchar *strings[2];
extern gchar escape_char;
namespace Execute {
- void step(const gchar *macro, gint stop_pos)
- throw (Error, ReplaceCmdline);
+ void step(const gchar *macro, gint stop_pos);
void macro(const gchar *macro, bool locals = true);
void file(const gchar *filename, bool locals = true);
}