On Thu, 14 Jun 2001 09:10:28 -0400, E. Jordan Bojar wrote:
>cc: Warning: mangle.c, line 75: # not in column 1 is ignored, skipping to
>end of line. (ignoretokens)
> #define DBG_PRM ""
Looks like your compiler is finickier than most. Just edit mangle.c to
move the # to the beginning of the line, just like the lines above it.
(The standard specifies that the # must be in column 1, but there can
be spaces between the # and the "define" that follows it.)
Ken
mailto:[EMAIL PROTECTED]
http://www.sewingwitch.com/ken/
[If answering a mailing list posting, please don't cc me your reply. I'll take my
answer on the list.]