From: <and...@us...> - 2011-12-01 23:40:02
|
Revision: 12086 http://plplot.svn.sourceforge.net/plplot/?rev=12086&view=rev Author: andrewross Date: 2011-12-01 23:39:56 +0000 (Thu, 01 Dec 2011) Log Message: ----------- Function definition is not needed as the function is already defined in the headers. Fixes compiler warning. Modified Paths: -------------- trunk/bindings/tcl/tclMain.c Modified: trunk/bindings/tcl/tclMain.c =================================================================== --- trunk/bindings/tcl/tclMain.c 2011-12-01 23:38:31 UTC (rev 12085) +++ trunk/bindings/tcl/tclMain.c 2011-12-01 23:39:56 UTC (rev 12086) @@ -74,7 +74,7 @@ // linked into the application. // -EXTERN int Tcl_LinkVar(); +//EXTERN int Tcl_LinkVar( ); int ( *tclDummyLinkVarPtr )() = Tcl_LinkVar; // This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |