lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #20162] MEM_ALIGN macro name collision


From: Frédéric Bernon
Subject: [lwip-devel] [bug #20162] MEM_ALIGN macro name collision
Date: Wed, 13 Jun 2007 07:30:24 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #1, bug #20162 (project lwip):

I didn't look in details, but replace all MEM_ALIGN macros by LWIP_MEM_ALIGN
seems a good idea. Perhaps it would be good in the same idea to change
MEM_ALIGNMENT in LWIP_MEM_ALIGNMENT (even if it doesn't a port breakage, this
is not the first from 1.2.0).

Note on your patch file: in mem.h, you forgot to upgrade the ...

#ifndef MEM_ALIGN

by

#ifndef LWIP_MEM_ALIGN

For information, your OS's MEM_ALIGN doesn't have the same use and parameter
than lwIP one? Because, as you see in mem.h, if you have already defined
MEM_ALIGN, it will "replace" lwIP's one...

If no objects, I will check in this afternoon...



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?20162>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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