diff options
Diffstat (limited to 'cppawk-include/base.h')
-rw-r--r-- | cppawk-include/base.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cppawk-include/base.h b/cppawk-include/base.h index 1f060cb..aa8cada 100644 --- a/cppawk-include/base.h +++ b/cppawk-include/base.h @@ -40,4 +40,8 @@ #define __present(arg) ((arg) != "" || (arg) != 0) +#if __gawk__ +#define __have_switch 1 +#endif + #endif |