Re: share/private/slave a subtree - define vs enum

From: Mike Waychison
Date: Fri Jul 08 2005 - 13:15:24 EST


Wichert Akkerman wrote:
Previously Bryan Henderson wrote:

Two advantages of the enum declaration that haven't been mentioned yet, that help me significantly:


There is another one: with enums the compiler checks types for you.


enums in C are (de?)promoted to integral types under most conditions, so the type-checking is useless.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/