25.06.2013, 11:08
Is there any compiler hack to create a define using macro? For example:
now gives warning redefinition of constant/macro (symbol "example")
Код:
#define example \ #define anotherexample 1

