summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 4520e763c0..eb86e484ed 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -917,6 +917,8 @@ typedef struct {
# define CSF_SILENT 0x1000 // "emsg_silent" reset by ":try"
// Note that CSF_ELSE is only used when CSF_TRY and CSF_WHILE are unset
// (an ":if"), and CSF_SILENT is only used when CSF_TRY is set.
+//
+#define CSF_FUNC_DEF 0x2000 // a function was defined in this block
/*
* What's pending for being reactivated at the ":endtry" of this try