> Can you give an example of how the a macro has to look like in this you have to fake the macro expansion. for instance you can write something like #define IGNORE_ME(arg) and then you can write things like IGNORE_ME(x + y * 2 / 100) ciao robe