Hello,
All my source code includes the following macro after include block.
INIT_DIAG();
INIT_DEBUG();
and optionally macro like before.
INIT_CRITICAL_REGION (data_crit);
These macros are more like SKIP_FUNCTION_MACROS (function-like macros
that are alone on a line), however they end with ";". Because of this I
presume they are shown as functions.
Is there a way I can stop this macros been generated as functions.
Thanks
Jeeva.
|