On Mon, 2006-08-21 at 15:13 +0400, Evgeniy Polyakov wrote: [...] > And what is the difference between
As others already pointed out in this thread: These are not seen by the C compiler. > #define A 1 > #define B 2 > #define C 4 > and These are known by the C compiler and thus usable/viewable in a debugger. > enum { > A = 1, > B = 2, > C = 4, > } > ? Bernd -- Firmix Software GmbH http://www.firmix.at/ mobil: +43 664 4416156 fax: +43 1 7890849-55 Embedded Linux Development and Services - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html