From 69419eceaca8e347016ccbe42326bcdc881355fc Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 7 Nov 2012 21:41:05 +0100 Subject: undo stack enable/disable, parse-only mode, colon modifiers evaluation --- sciteco.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sciteco.h') 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) -- cgit v1.2.3