diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-28 21:45:22 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-28 21:45:22 -0700 |
commit | a8020a1eebb56ae4f3303030b6baab608be695b3 (patch) | |
tree | aa339b7697833bbed15de58dae0f34129415f101 /cppawk-include/case-priv.h | |
parent | 307209981bb26d3472f5eea98b4174278a1ada0e (diff) | |
download | cppawk-a8020a1eebb56ae4f3303030b6baab608be695b3.tar.gz cppawk-a8020a1eebb56ae4f3303030b6baab608be695b3.tar.bz2 cppawk-a8020a1eebb56ae4f3303030b6baab608be695b3.zip |
Test for features not awks.
Let's start the practice of setting up some feature macros in
base.h. Then test for features elsewhere.
Diffstat (limited to 'cppawk-include/case-priv.h')
-rw-r--r-- | cppawk-include/case-priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppawk-include/case-priv.h b/cppawk-include/case-priv.h index e0572ba..9a62647 100644 --- a/cppawk-include/case-priv.h +++ b/cppawk-include/case-priv.h @@ -36,7 +36,7 @@ #include "base.h" #endif -#if __gawk__ +#if __have_switch #define __casx(x) case x: |