forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
506 B
C
13 lines
506 B
C
--- 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
|
|
|
|
-#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
|