summaryrefslogtreecommitdiff
path: root/builtins/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/common.h')
-rw-r--r--builtins/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/common.h b/builtins/common.h
index 726bd91f..a170f8fc 100644
--- a/builtins/common.h
+++ b/builtins/common.h
@@ -51,6 +51,7 @@ do { \
#define SEVAL_FUNCDEF 0x080 /* only allow function definitions */
#define SEVAL_ONECMD 0x100 /* only allow a single command */
#define SEVAL_NOHISTEXP 0x200 /* inhibit history expansion */
+#define SEVAL_NOOPTIMIZE 0x400 /* don't try to set optimization flags */
/* Flags for describe_command, shared between type.def and command.def */
#define CDESC_ALL 0x001 /* type -a */