mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-04-19 05:42:15 +03:00
* vms/* Makefile.am: included OpenVMS port instructions from John A Fotheringham, integrated in the tar file. Daniel
35 lines
738 B
Plaintext
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
|
|
<
|