X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/f64eb323a5798e155cc494043f5f750abf50a482..c5161e0adbe003b215a7fb3a6bc705de1858113e:/lib/sod.h diff --git a/lib/sod.h b/lib/sod.h index 4588626..faffb20 100644 --- 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