lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Re: Borland #if (was: lynx2.8.3dev.6)


From: Webmaster Jim
Subject: lynx-dev Re: Borland #if (was: lynx2.8.3dev.6)
Date: Thu, 19 Aug 1999 06:55:55 -0400

On Thu, Aug 19, 1999 at 01:24:45AM +0200, Gisle Vanem wrote:
> On Wed, 18 Aug 1999, Webmaster Jim wrote:
> :Changing line 16 from a #if to a #ifdef allowed the compile to work, but
> :is the wrong fix, as several have pointed out. However, I don't know
> :what the correct fix is for the "Expression syntax", nor if it is there
> :or in the included "HTParse.h" that is conditional.
> :#if WIN_EX
> :#include <HTParse.h>
> :#endif
> This is quite obvious; Somewhere in the makefile change '-dWIN_EX'
> to '-dWIN_EX=1'

All of the other references to WIN_EX that I can find in the source
are one of:

#if defined(WIN_EX)
#ifdef WIN_EX

I'm back to my original position that line 16 should be #ifdef not #if.
That would stay consistent with Hiroyuki's style.

++++++++++++++++++++++++++++
Marvin the Paranoid Android.

reply via email to

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