lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Re: pack macros.


From: Leon Woestenberg
Subject: Re: [lwip-users] Re: pack macros.
Date: Thu, 17 Feb 2005 23:01:11 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Hello all,

My compiler manual says that the preprocessor lines are recognized an
carried out before macro expansion. therefore, if a macro expands into
something that looks like a preprocessor command, that command is not
recognized by the preprocessor.
In your cc.h file appears those macro definitions:
/* Compiler hints for packing structures */

Remember there is another option to have include the packing pragma's,
namely by including header files around the packed structures.

One header file for each '#pragma ...' statement.

Leon.




reply via email to

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