Re: [take9 1/2] kevent: Core files.

From: Bernd Petrovitsch
Date: Mon Aug 21 2006 - 08:56:44 EST


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 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/