changed default var export to extern
authorIgor Zlatkovic <igor@src.gnome.org>
Mon, 25 Aug 2003 10:05:22 +0000 (10:05 +0000)
committerIgor Zlatkovic <igor@src.gnome.org>
Mon, 25 Aug 2003 10:05:22 +0000 (10:05 +0000)
libexslt/exsltexports.h
libxslt/xsltexports.h

index fa7b46d..9fbc3b0 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #define EXSLTPUBFUN
-#define EXSLTPUBVAR
+#define EXSLTPUBVAR extern
 #define EXSLTCALL
 
 /* Windows platform with MS compiler */
index 4096a0c..71d7156 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #define XSLTPUBFUN
-#define XSLTPUBVAR
+#define XSLTPUBVAR extern
 #define XSLTCALL
 
 /* Windows platform with MS compiler */