On Sat, 5 May 2012, ron minnich wrote:

I have some code that (wrongly) assuming unsigned long is always 32
bits. Thanks to OSX, not true.

I'd like to replace all cases and declarations with
unsigned long
to
u32int

but I'm not getting it, hints?

Did you try the following?

@@
typedef u32int;
@@

-unsigned long
+u32int

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

Reply via email to