|
From: | Leon Woestenberg |
Subject: | Re: [lwip-devel] lukem-pbuf |
Date: | Wed, 28 Apr 2004 21:48:56 +0200 |
User-agent: | Mozilla Thunderbird 0.5 (Windows/20040207) |
Hello,
I guess most C compilers will fail on the LWIP_ASSERT() followed by some declarations in pbuf_realloc(). Automatics between some code is valid in C++ only.
In C this would need a bracketed block in which the automatic is defined. The macro should be rewritten to use the block. Regards, Leon.
[Prev in Thread] | Current Thread | [Next in Thread] |