It doesn't seem to solve the stack overflow problem, but it will greatly help the parsing to put the following definitions in a file mac.h and then to run coccinelle with the option -macro_file mac.h:
#define UNUSED #define SEM_FN_NAME(cpu,fn) nothing #define XCONCAT3(cpu,_semf_,fn) nothing I'm not sure the last definition is needed, but it at least doesn't hurt. julia _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
