summaryrefslogtreecommitdiff
path: root/kern/macro_help.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/macro_help.h')
-rw-r--r--kern/macro_help.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/macro_help.h b/kern/macro_help.h
index e13b01d..a3d156b 100644
--- a/kern/macro_help.h
+++ b/kern/macro_help.h
@@ -45,8 +45,8 @@ boolean_t ALWAYS;
#define ALWAYS TRUE
#endif /* lint */
-#define MACRO_BEGIN do {
-#define MACRO_END } while (NEVER)
+#define MACRO_BEGIN ({
+#define MACRO_END })
#define MACRO_RETURN if (ALWAYS) return