On Thu, 18 Aug 2011, Kamil Pilch wrote:

> Spatch is tripping up on lines that have single quotes. For example, I'm 
> getting 
> spurious patch hunks like this all over the place:
> 
> -    FN('XYZ', ARG(hA), ARG(hB), ARG(hC));
> +    FN('X'YZ',' ARG(hA), ARG(hB), ARG(hC));

Long characters like that are not accepted by the C lexer.  The next 
character is then assumed to be the character anyway.  I will try to allow 
longer characters to be accepted.  Otherwise, the function that contains 
such code will be ignored.

julia
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)

Reply via email to