summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kilzer <ddkilzer@apple.com>2020-01-24 13:46:33 -0800
committerNick Wellnhofer <wellnhofer@aevum.de>2020-02-11 11:02:00 +0100
commit0141e19eef59863ceac7fcb00345bc9432e3bf11 (patch)
treedd7e365f57862bf1b122b272ce0dd9743dbc5b63
parent53174e798d74cf78e59193c9de5cbf9796f34f9d (diff)
downloadlibxslt-0141e19eef59863ceac7fcb00345bc9432e3bf11.tar.gz
Fix export of xsltExtMarker on Windows
* libxslt/preproc.h: (xsltExtMarker): Change `extern` to `XSLTPUBVAR` so this variable is exported consistently on all platforms. This regressed in commit 44496bf3e.
-rw-r--r--libxslt/preproc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxslt/preproc.h b/libxslt/preproc.h
index caf464ad..2a2fc7e4 100644
--- a/libxslt/preproc.h
+++ b/libxslt/preproc.h
@@ -22,7 +22,7 @@ extern "C" {
/*
* Interfaces
*/
-extern const xmlChar *xsltExtMarker;
+XSLTPUBVAR const xmlChar *xsltExtMarker;
XSLTPUBFUN xsltElemPreCompPtr XSLTCALL
xsltDocumentComp (xsltStylesheetPtr style,