OK, I just figured this out as well. It's those defines, which are
indented:
#define
unlike the others, which are indented:
# define
I'm using DEC C V5.9-005 to build, which ships with the OS, and fixing the
defines fixes the problem.
gcc, btw, builds the original code without complaint.
Thanks.
--
E. Jordan Bojar
Unix Systems Administrator
Intersystems Corp.
----- Original Message -----
From: "Kenneth Porter" <[EMAIL PROTECTED]>
To: "Subscribers of Qpopper" <[EMAIL PROTECTED]>
Cc: "E. Jordan Bojar" <[EMAIL PROTECTED]>
Sent: Thursday, June 14, 2001 9:36 AM
Subject: Re: 4.0.3 on Tru64
> 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.]
>
>
>