Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8343

Modified Files:
        serialize.mx 
Log Message:
Since libserialize is now a "NOINST" library, its functions should not
be exported anymore.


Index: serialize.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/serialize.mx,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- serialize.mx        20 Feb 2007 12:07:01 -0000      1.89
+++ serialize.mx        1 Mar 2007 14:44:15 -0000       1.90
@@ -224,7 +224,7 @@
     mapi_xrpc_xmlSerializeFun,
     seqSerializeFun;
 
-pf_support_export int
+int
 xquery_print_result_loop (
     str  mode,
     str  moduleNS,
@@ -238,7 +238,7 @@
     BAT* dblVAL,
     BAT* strVAL);
 
-pf_support_export int
+int
 xquery_print_result_main (
     str  mode,
     BAT* ws,
@@ -250,7 +250,7 @@
     BAT* strVAL);
 
 /* hack to allow direct calls in serialize_pftijah.mx */
-pf_support_export int
+int
 xquery_print_doc_DRIVER (
     str                 mode, 
     serializeFunStruct *driverFun,
@@ -259,7 +259,7 @@
     str                 docName);
 
 /* hack to allow direct calls in serialize_pftijah_options.mx */
-pf_support_export int
+int
 xquery_print_result_DRIVER (
     str                 mode,
     str                 moduleNS,
@@ -277,7 +277,7 @@
     BAT                *strVAL);
 
 /* hack to allow direct calls in xrpc_client.mx */
-pf_support_export int
+int
 xquery_print_result_driver (
     Stream              fp,
     str                 mode,


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to