|
From: <ai...@us...> - 2008-10-10 20:27:50
|
Revision: 8875
http://plplot.svn.sourceforge.net/plplot/?rev=8875&view=rev
Author: airwin
Date: 2008-10-10 20:27:47 +0000 (Fri, 10 Oct 2008)
Log Message:
-----------
Drop PLDLLIMPEXP* macros from source code.
To make the pltk.h header accessible where the PLDLLIMPEXP_TCLTK macro is
used, #include pltkd.h which #includes pltk.h.
Modified Paths:
--------------
trunk/bindings/tk/tkMain.c
Modified: trunk/bindings/tk/tkMain.c
===================================================================
--- trunk/bindings/tk/tkMain.c 2008-10-10 20:20:19 UTC (rev 8874)
+++ trunk/bindings/tk/tkMain.c 2008-10-10 20:27:47 UTC (rev 8875)
@@ -62,7 +62,7 @@
*/
#include "plplotP.h"
-
+#include "pltkd.h"
#include <stdio.h>
#include <stdlib.h>
#include <tcl.h>
@@ -176,7 +176,7 @@
*----------------------------------------------------------------------
*/
-PLDLLIMPEXP int
+int
pltkMain(int argc, const char **argv, char *RcFileName,
int (*AppInit)(Tcl_Interp *interp))
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|