lwip-devel
[Top][All Lists]
Advanced

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

RE: [lwip-devel] ram data in mem.c file


From: bill
Subject: RE: [lwip-devel] ram data in mem.c file
Date: Mon, 9 Feb 2009 08:54:09 -0500

>Which compilers out of interest?  I wasn't aware that ram was a reserved
>word in C.

It isn't reserved in Standard C - it's probably an extension for the PIC.
Hopefully it was implemented as a macro to a name in the compiler's
namespace like:

#define ram __ram

and then ram can be undefined to allow the use of the name ram.  If not,
maybe using this same define will rename all lwIP uses to something
unreserved?

Bill






reply via email to

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