mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
Changelog at http://sourceforge.net/p/plplot/news/2013/10/plplot-release-5910/ - Pet portlint - Use staging.
20 lines
771 B
C
20 lines
771 B
C
--- 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 @@
|
|
|
|
// 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
|