diff options
author | Chet Ramey <chet.ramey@case.edu> | 2022-12-13 12:43:50 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2022-12-13 12:43:50 -0500 |
commit | ec8113b9861375e4e17b3307372569d429dec814 (patch) | |
tree | eda6c9c211d8db4f1ec80d1ec4095d5d96abfe5a /builtins/common.h | |
parent | 6647917a43dd987c5564cc20d0943213b39e748b (diff) | |
download | bash-master.tar.gz |
Diffstat (limited to 'builtins/common.h')
-rw-r--r-- | builtins/common.h | 1 |
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 */ |