chiark / gitweb /
doc/structures.tex, lib/sod-structs.3: Fix in-chain ichain exemplar.
[sod] / lib / sod.h
index 45886261949e4f9eb1984fa1c97b57832d1e5895..faffb2091b6fd8b1d481fe4154b5d74d51aeb7dd 100644 (file)
--- a/lib/sod.h
+++ b/lib/sod.h
@@ -124,7 +124,7 @@ offsetof(struct { char sod__x; type sod__y; }, sod__y)
  */
 
 #ifdef SOD__HAVE_VARARGS_MACROS
-#  define SOD__CAR(...) SOD__CARx(__VA_LIST__, _)
+#  define SOD__CAR(...) SOD__CARx(__VA_ARGS__, _)
 #  define SOD__CARx(a, ...) a
 #endif