X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/6fb8cf34b6e66e2b81d53f0d166fd2a6db6b01fb..e1ebfe7f258c1c99006fee8a3b6e111dc1d34d79:/src/xtra.h?ds=sidebyside diff --git a/src/xtra.h b/src/xtra.h index 4de8df5..1296321 100644 --- a/src/xtra.h +++ b/src/xtra.h @@ -30,7 +30,7 @@ * The uint_leastXX_t typedefs must be in scope in order to use this macro. */ #define XTRA_PACKED_LOPTS(name) \ - static const XTRA_PASTE2(uint_least, XTRA_PASTE2(LOPT_PACK_BITS2, _t)) \ + static const XTRA_PASTE2(XTRA_PASTE2(uint_least, LOPT_PACK_BITS2), _t) \ name##_packed[] = { LOPTS_PACKED_INITIALIZER }; \ struct option name[XTRA_ARRAYSIZE(name##_packed) + 1] = {0}; \ do { \