RE: [xml] XPath question w/ libxml2



G'day

I ran a quick test using BCB6 which indicates that, alas, the Borland C compiler suffers from the same 
problem when testing a number and NaN for equality. Hence I would like to see the conditional become:

#if defined(__BORLANDC__) || (defined(_MSC_VER) && (_MSC_VER == 1200))


-----Original Message-----
Subject: RE: [xml] XPath question w/ libxml2
From: Bjorn Reese <breese mail1 stofanet dk>
To: xml gnome org
Organization: Hyperspace Academy
Date: 20 Apr 2004 20:53:06 +0200

On Mon, 2004-04-19 at 18:35, Mark_Vakoc peoplesoft com wrote:

#if _MSC_VER == 1200

Only nit-picking again but this ought to be as follows, to compile
nicely on non-MSC compilers:

#if defined(_MSC_VER) && (_MSC_VER == 1200)


Eric Zurcher
CSIRO Livestock Industries
Canberra, Australia
Eric Zurcher csiro au



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