aboutsummaryrefslogtreecommitdiffhomepage
path: root/sciteco.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-07 21:41:05 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-07 21:41:05 +0100
commit69419eceaca8e347016ccbe42326bcdc881355fc (patch)
tree865c513afc65d4f32a1cb66589d4dc537b2e8a27 /sciteco.h
parent8888a37426ff514d68c9b91e5f5185dedde9df4a (diff)
undo stack enable/disable, parse-only mode, colon modifiers evaluation
Diffstat (limited to 'sciteco.h')
-rw-r--r--sciteco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sciteco.h b/sciteco.h
index f0425d6..b0c2c84 100644
--- a/sciteco.h
+++ b/sciteco.h
@@ -21,7 +21,7 @@ void cmdline_display(const gchar *cmdline);
sptr_t editor_msg(unsigned int iMessage, uptr_t wParam = 0, sptr_t lParam = 0);
-gboolean macro_execute(const gchar *macro);
+bool macro_execute(const gchar *macro);
#define IS_CTL(C) ((C) < ' ')
#define CTL_ECHO(C) ((C) | 0x40)