svn commit: trunk/busybox/util-linux

Rob Landley rob at landley.net
Mon Sep 18 14:53:08 UTC 2006


On Sunday 17 September 2006 11:51 am, vda at busybox.net wrote:
> -#define useMtab 0
> -#define fakeIt 0
> +enum {
> +	useMtab = 0,
> +	fakeIt = 0,
> +};

Ok, your argument a moment ago in favor of using enum was scoping rules, and 
here you're making a global enum.

Anybody else see an inconsistency here?

Rob
-- 
Never bet against the cheap plastic solution.



More information about the busybox mailing list