diff -r b1742ee91d5b -r c8aae45afd85 src/macros.h --- a/src/macros.h Sun Aug 30 17:20:55 2015 +0300 +++ b/src/macros.h Mon Aug 31 04:57:16 2015 +0300 @@ -84,3 +84,5 @@ ++FOR_ENUM_NAME (__LINE__)) \ for (ENUM NAME = ENUM (FOR_ENUM_NAME (__LINE__)); NAME != ENUM::NumValues; \ NAME = ENUM::NumValues) + +#define ConfigOption(...)