Comment # 6
on bug 7825
from Guy Harris
(In reply to comment #1)
> Hi,
>
> We also use in lot of place 'guint' which is also the same as unsigned int...
>
> And guint is the shortest one, maybe not most readable, but I'd vote to do:
> s/unsigned int/guint/g
> s/unsigned/guint/g
If that truly means "s/unsigned/guint/g", presumably that would be done after
also doing
s/unsigned long/gulong/g
s/unsigned short/gushort/g
s/unsigned char/guchar/g
so as not to, for example, turn "unsigned char" into "guint char".
You are receiving this mail because:
- You are watching all bug changes.