lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] [lwip] #ifdef versus #if in CVS


From: leon . woestenberg
Subject: [lwip-users] [lwip] #ifdef versus #if in CVS
Date: Thu, 09 Jan 2003 01:39:45 -0000

Hello Adam,

the 21 May 2002 CVS release uses #ifdef's for NO_SYS and LWIP_EVENT_API
whereas the other lwipopts.h options are currently #defined 0 or 1 and are
checked using #if's.

This is confusing (as both #define NO_SYS 0 and #define NO_SYS 1 will have
the
same effect).

Please use #define LWIP_BLA 0/1 and #if's everywhere.

Leon.

[This message was sent through the lwip discussion list.]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]