> > #define MACRO(name) snprintf(pg, PAGE_SIZE, %u\n", ptr->name) > > > > Is that on purpose? If yes, how can this be avoided? > > I don't think it should be on purpose. Could you send some C code that > illustrates the problem?
Does the semantic patch language (Coccinelle software) support the adjustment of preprocessor definitions as in the shown source code example? Regards, Markus _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
