doc/sod.sty: Allow setting the description modifier explicitly.
[sod] / lib / sod.h
index 4588626..faffb20 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