Hello,
I would like to determine specific information also by the means of another
script for the semantic patch language.
@display@
identifier action;
type return_type;
@@
*return_type action(...)
{
...
}
EXPORT_SYMBOL(action);
But I get the following error message so far.
elfring@Sonne:~/Projekte/Coccinelle/janitor> spatch --parse-cocci
show_exported_functions1.cocci
…
minus: parse error:
File "show_exported_functions1.cocci", line 9, column 1, charpos = 87
around = 'EXPORT_SYMBOL',
whole content = EXPORT_SYMBOL(action);
How are the chances for further software evolution according to such
a data processing approach?
Regards,
Markus
_______________________________________________
Cocci mailing list
[email protected]
https://systeme.lip6.fr/mailman/listinfo/cocci