]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util-pre.qh
Replace `MAP(IDENTITY)` with `UNWORDS`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util-pre.qh
index 8fe729e7f0dafdda415e8a1e9fdec5ffebfbc5da..9d60ae0a9ae2797bfdaedea9632237e81554f564 100644 (file)
@@ -83,6 +83,8 @@
 
 #define IDENTITY(it) it
 
+#define UNWORDS(...) MAP(IDENTITY, __VA_ARGS__)
+
 #define APPLY(f, ...) f(__VA_ARGS__)
 
 #ifdef SVQC