From: <ai...@us...> - 2009-05-02 21:39:31
|
Revision: 9884 http://plplot.svn.sourceforge.net/plplot/?rev=9884&view=rev Author: airwin Date: 2009-05-02 21:39:30 +0000 (Sat, 02 May 2009) Log Message: ----------- Solve visibility issues for tk.so. Modified Paths: -------------- trunk/bindings/tcl/pltcl.h trunk/bindings/tk/tcpip.h Modified: trunk/bindings/tcl/pltcl.h =================================================================== --- trunk/bindings/tcl/pltcl.h 2009-05-02 20:59:42 UTC (rev 9883) +++ trunk/bindings/tcl/pltcl.h 2009-05-02 21:39:30 UTC (rev 9884) @@ -44,7 +44,7 @@ /* tkshell.c */ /* Sets up auto_path variable */ -int +PLDLLIMPEXP_TCLTK int pls_auto_path(Tcl_Interp *interp); /* Tcl command -- wait until the specified condition is satisfied. */ Modified: trunk/bindings/tk/tcpip.h =================================================================== --- trunk/bindings/tk/tcpip.h 2009-05-02 20:59:42 UTC (rev 9883) +++ trunk/bindings/tk/tcpip.h 2009-05-02 21:39:30 UTC (rev 9884) @@ -15,7 +15,7 @@ /* Modified version of the "Tdp_PacketSend" command. */ -int +PLDLLIMPEXP_TCLTK int pl_PacketSend PLARGS((Tcl_Interp *interp, PLiodev *iodev, PDFstrm *pdfs)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |