Hello, The simple patch (below) to add a declaration for a variable of type long int gives a parse error.
@@
@@
- int foo;
+ long int bar;
Fatal error: exception Failure("plus: parse error:
= File "2.cocci", line 5, column 7, charpos = 25
around = 'int', whole content = + long int bar;
")
Any suggestions here ?
Thanks
Ajay
_______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
