aboutsummaryrefslogtreecommitdiff
path: root/math/plplot/files/patch-bindings__tk__tkMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/plplot/files/patch-bindings__tk__tkMain.c')
-rw-r--r--math/plplot/files/patch-bindings__tk__tkMain.c19
1 files changed, 6 insertions, 13 deletions
diff --git a/math/plplot/files/patch-bindings__tk__tkMain.c b/math/plplot/files/patch-bindings__tk__tkMain.c
index 971d4f41d97a..41fd34f6ece2 100644
--- a/math/plplot/files/patch-bindings__tk__tkMain.c
+++ b/math/plplot/files/patch-bindings__tk__tkMain.c
@@ -1,20 +1,13 @@
---- bindings/tk/tkMain.c.orig 2013-01-30 00:36:01.000000000 +0100
-+++ bindings/tk/tkMain.c 2013-10-01 22:51:31.000000000 +0200
-@@ -85,17 +85,6 @@
+--- bindings/tk/tkMain.c.orig 2013-12-18 20:25:14.000000000 -0500
++++ bindings/tk/tkMain.c
+@@ -92,10 +92,6 @@ EXTERN int Tcl_Import _ANSI_ARGS_( ( Tcl
+ int allowOverwrite ) );
+ #endif
- // From tclIntDecls.h
-
--#ifndef Tcl_Import_TCL_DECLARED
--EXTERN int Tcl_Import _ANSI_ARGS_( ( Tcl_Interp * interp,
-- Tcl_Namespace * nsPtr, char * pattern,
-- int allowOverwrite ) );
--#endif
--
-#ifndef Tcl_GetGlobalNamespace_TCL_DECLARE
-EXTERN Tcl_Namespace * Tcl_GetGlobalNamespace _ANSI_ARGS_( (
- Tcl_Interp * interp ) );
-#endif
--
+
//
// Declarations for various library procedures and variables (don't want
- // to include tkInt.h or tkConfig.h here, because people might copy this