From: <and...@us...> - 2008-12-15 12:40:49
|
Revision: 9116 http://plplot.svn.sourceforge.net/plplot/?rev=9116&view=rev Author: andrewross Date: 2008-12-15 12:40:45 +0000 (Mon, 15 Dec 2008) Log Message: ----------- No need to set USINGDLL and include pldll.h in tclMain.c since -DUSINGDLL is set on the command line by cmake and pldll.h is included by plplot.h. Removes gcc warning about redefining USINGDLL. Modified Paths: -------------- trunk/bindings/tcl/tclMain.c Modified: trunk/bindings/tcl/tclMain.c =================================================================== --- trunk/bindings/tcl/tclMain.c 2008-12-15 11:58:19 UTC (rev 9115) +++ trunk/bindings/tcl/tclMain.c 2008-12-15 12:40:45 UTC (rev 9116) @@ -50,8 +50,6 @@ #include <tcl.h> #include "plplot.h" -#define USINGDLL -#include "pldll.h" #ifdef HAVE_TCL_GT_84 /* From (private) tclInt.h in tcl8.5 */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |