Can I mix # and @ without (any) problems ??
#undef PROFILER
@ifdef PROFILER
/* record some program execution stats */
profiler(action2);
#if ERROR_CHECK
EC (print_log("Here we are again!");)
#endif
@endif
- --jouni miettunen