mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-24 09:43:48 +08:00
several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove it as long as "lwip/opt.h" is included before (this one include "lwip/debug.h" which already include "lwip/arch.h"). Like that, default defines are provided by "lwip/arch.h" if they are not defined in cc.h, in the same spirit than "lwip/opt.h" for lwipopts.h.
This commit is contained in:
@@ -373,6 +373,12 @@ HISTORY
|
||||
|
||||
++ Bug fixes:
|
||||
|
||||
2007-09-06 Frédéric Bernon
|
||||
* several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove
|
||||
it as long as "lwip/opt.h" is included before (this one include "lwip/debug.h" which
|
||||
already include "lwip/arch.h"). Like that, default defines are provided by "lwip/arch.h"
|
||||
if they are not defined in cc.h, in the same spirit than "lwip/opt.h" for lwipopts.h.
|
||||
|
||||
2007-08-30 Frédéric Bernon
|
||||
* igmp.h, igmp.c: Some changes to remove some redundant code, add some traces,
|
||||
and fix some coding style.
|
||||
|
||||
Reference in New Issue
Block a user