lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [init.c] && and not &


From: Eric ARMENGAUD
Subject: [lwip-users] [init.c] && and not &
Date: Wed, 12 Feb 2014 14:25:44 +0100

Hello,

 

I found a bit surprising to find  this & in the following line of init.c file:

Line 187:

#if PPP_SUPPORT && !PPPOS_SUPPORT & !PPPOE_SUPPORT

 

Why not having a “&&” instead:

#if PPP_SUPPORT && !PPPOS_SUPPORT && !PPPOE_SUPPORT

 

This is a proposal…

 

/Eric

 


reply via email to

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