>>>> "OG" == Olivier Galibert
<galibert(a)pobox.com> writes:
OG> On Wed, Nov 03, 1999 at 07:17:15PM +0000, Andy Piper wrote:
> I notice the pdump stuff uses const static structures a lot.
Shouldn't
> these be CONST?
OG> Not sure. "const" is required in ISO C. What does CONST mean?
CONST is just a macro for const. It has been a plan of mine for a
while to globally replace CONST with const everywhere. For now,
consider yourself permitted to write ANSI C code using plain `const'.
Martin