From mboxrd@z Thu Jan 1 00:00:00 1970 From: elfring@users.sourceforge.net (SF Markus Elfring) Date: Wed, 15 Aug 2018 11:36:08 +0200 Subject: [Cocci] Adjustment for const qualification In-Reply-To: References: Message-ID: <94cb119a-e880-2442-35e7-c1286ea8b032@users.sourceforge.net> To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr >> How do you think about to try the following SmPL script variant out? >> >> @replacement@ >> @@ >> -const >> +__genl_const >> struct >> ( >> genl_multicast_group >> |genl_ops >> ) > > This is rejected by the semantic patch parser. Can my update suggestion make sense if the parsing software will be adjusted anyhow? Does this variant need a small adjustment to get it working with the current tool version? Regards, Markus