@@@ control wip@cb
[mLib] / utils / macros.h
index 70f535f..73230bd 100644 (file)
@@ -57,6 +57,8 @@
        IGNORABLE extern char static_assert_failed[2*!!(cond) - 1]
 #endif
 
+#define COMMA ,
+
 /*----- String and character hacks ----------------------------------------*/
 
 #define CTYPE_HACK(func, ch) (func((unsigned char)(ch)))