1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-04-19 05:42:15 +03:00
libxslt/vms/diffs.vms
Daniel Veillard b808c1dd9d included OpenVMS port instructions from John A Fotheringham, integrated in
* vms/* Makefile.am: included OpenVMS port instructions from
  John A Fotheringham, integrated in the tar file.
Daniel
2001-11-13 15:17:55 +00:00

35 lines
738 B
Plaintext

---------------------------------------------------------------------------
EXTENSIONS.H
142,154c142
<
< #if defined(VMS) || defined(__VMS)
<
< xsltPreComputeFunction
< xsltExtModElemPreComputeLookup
< (const xmlChar *name,
< const xmlChar *URI);
<
< #define xsltExtModuleElementPreComputeLookup xsltExtModElemPreComputeLookup
<
< #else
<
< xsltPreComputeFunction
---
> xsltPreComputeFunction
158,159d145
< #endif
<
---------------------------------------------------------------------------
EXTENSIONS.C
1142,1146d1141
< #if defined(VMS) || defined(__VMS)
< xsltPreComputeFunction
< xsltExtModElemPreComputeLookup (const xmlChar *name,
< const xmlChar *URI) {
< #else
1150,1151d1144
< #endif
<