From a8020a1eebb56ae4f3303030b6baab608be695b3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 28 Mar 2022 21:45:22 -0700 Subject: Test for features not awks. Let's start the practice of setting up some feature macros in base.h. Then test for features elsewhere. --- cppawk-include/case-priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppawk-include/case-priv.h') 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: -- cgit v1.2.3