> >+enum {
> >+ RNG_b = (1 << 0),
> >+ RNG_f = (1 << 1),
> >+ RNG_o = (1 << 2),
> >+ RNG_r = (1 << 3),
> >+ RNG_s = (1 << 4),
> >+ RNG_t = (1 << 5),
> >+ RNG_W = (1 << 6),
>
> No need for that ',' in the line above.
>
> >+};
I don't want this to be a requirement. I actually prefer the style
where you can add/delete/swap lines like above without the need
to add/remove commas all the time.
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox