applied patch from Craig A. Berry to get libxml-2.5.7 to compile on

* triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
  to get libxml-2.5.7 to compile on OpenVMS
Daniel
This commit is contained in:
Daniel Veillard 2003-04-25 23:12:22 +00:00
parent c557346417
commit 1c960272c2
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
* triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
to get libxml-2.5.7 to compile on OpenVMS
Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
* parser.c: fixing an xmlParseDTD bug raised by Petr Pajas

View File

@ -194,7 +194,7 @@ typedef void * trio_pointer_t;
*/
# pragma message disable (UNDERFLOW, FLOATOVERFL)
# if (__CRTL_VER > 80000000)
# if (__CRTL_VER < 80000000)
/*
* Although the compiler supports C99 language constructs, the C
* run-time library does not contain all C99 functions.

View File

@ -15,7 +15,9 @@ $!
$! Change History
$! --------------
$! Command file author : John A Fotheringham (jaf@jafsoft.com)
$! Last update : 28 September 2002 Craig Berry (craigberry@mac.com)
$! Update history : 25 April 2003 Craig Berry (craigberry@mac.com)
$! added xmlreader.c and relaxng.c to source list
$! : 28 September 2002 Craig Berry (craigberry@mac.com)
$! updated to work with current sources
$! miscellaneous enhancements to build process
$!
@ -44,7 +46,7 @@ $ sources = sources + " xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c "
$ sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c "
$ sources = sources + " DOCBparser.c catalog.c globals.c threads.c c14n.c "
$ sources = sources + " xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c "
$ sources = sources + " triostr.c trio.c"
$ sources = sources + " triostr.c trio.c xmlreader.c relaxng.c"
$!
$!- list of main modules to compile and link. Compare this list to the
$! definition of bin_PROGRAMS in MAKEFILE.IN