Is there a way to add a new line in the define? Many preprocessors have a way to do this. what I need to do is have output like this from the macro:

int foo;
#define debug_foo ce_adddebugvar(&foo,ce_debug_int,"foo");

I can get the results I want with 2 macros but would rather have just one for maintenance reasons. BTW defining a macro in a macro works right now... Please don't change this!!!


Our new web site:Westmarch Studios