Tcl Source Code

Artifact [b81d4aa212]
Login

Artifact b81d4aa21260ac7ce600a08b14788753700268ca:

Attachment "1819422.patch" to ticket [1819422fff] added by dgp 2007-10-24 23:29:28.
? 1578344-tk.patch
? 1712081-2.patch
? 1712081-3.patch
? 1712081-4.patch
? 1712081.patch
? 1819422.patch
? cl.patch
? debug
? exam
? exception.patch
? initstubsTk.patch
? ip.patch
? merge.patch
? prip.patch
? shared
? sift
? solaris
? solnoxft
? thread
? undo.patch
? xft.patch
? doc/man.macros
? generic/tkArgv.c.dos
? generic/tkButton.c.dos
? generic/tkButton.h.dos
? generic/tkCanvas.h.dos
? generic/tkColor.h.dos
? generic/tkImgPPM.c.dos
? generic/tkMenubutton.h.dos
? generic/tkSelect.h.dos
? generic/tkUndo.h.dos
? unix/choosedirTest
? unix/stXXXXSSKySq
? unix/stXXXXiVE1Fe
? unix/tkConfig.sh
? unix/tktest
? unix/wish
Index: generic/tkDecls.h
===================================================================
RCS file: /cvsroot/tktoolkit/tk/generic/tkDecls.h,v
retrieving revision 1.30
diff -u -r1.30 tkDecls.h
--- generic/tkDecls.h	14 May 2007 20:58:26 -0000	1.30
+++ generic/tkDecls.h	24 Oct 2007 16:23:24 -0000
@@ -1982,6 +1982,8 @@
     void (*tk_CreateOldPhotoImageFormat) (Tk_PhotoImageFormat * formatPtr); /* 273 */
 } TkStubs;
 
+#if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -1990,6 +1992,8 @@
 }
 #endif
 
+#endif /* defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) */
+
 #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
 
 /*
Index: generic/tkIntDecls.h
===================================================================
RCS file: /cvsroot/tktoolkit/tk/generic/tkIntDecls.h,v
retrieving revision 1.29
diff -u -r1.29 tkIntDecls.h
--- generic/tkIntDecls.h	18 Dec 2006 16:42:46 -0000	1.29
+++ generic/tkIntDecls.h	24 Oct 2007 16:23:24 -0000
@@ -1211,6 +1211,8 @@
     int (*tkpTesttextCmd) (ClientData dummy, Tcl_Interp * interp, int argc, CONST char ** argv); /* 157 */
 } TkIntStubs;
 
+#if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -1219,6 +1221,8 @@
 }
 #endif
 
+#endif /* defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) */
+
 #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
 
 /*
Index: generic/tkIntPlatDecls.h
===================================================================
RCS file: /cvsroot/tktoolkit/tk/generic/tkIntPlatDecls.h,v
retrieving revision 1.27
diff -u -r1.27 tkIntPlatDecls.h
--- generic/tkIntPlatDecls.h	18 Dec 2006 16:42:46 -0000	1.27
+++ generic/tkIntPlatDecls.h	24 Oct 2007 16:23:24 -0000
@@ -670,6 +670,8 @@
 #endif /* X11 */
 } TkIntPlatStubs;
 
+#if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -678,6 +680,8 @@
 }
 #endif
 
+#endif /* defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) */
+
 #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
 
 /*
Index: generic/tkIntXlibDecls.h
===================================================================
RCS file: /cvsroot/tktoolkit/tk/generic/tkIntXlibDecls.h,v
retrieving revision 1.21
diff -u -r1.21 tkIntXlibDecls.h
--- generic/tkIntXlibDecls.h	18 Dec 2006 16:42:46 -0000	1.21
+++ generic/tkIntXlibDecls.h	24 Oct 2007 16:23:25 -0000
@@ -1419,6 +1419,8 @@
 #endif /* MAC_OSX_TK */
 } TkIntXlibStubs;
 
+#if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -1427,6 +1429,8 @@
 }
 #endif
 
+#endif /* defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) */
+
 #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
 
 /*
Index: generic/tkPlatDecls.h
===================================================================
RCS file: /cvsroot/tktoolkit/tk/generic/tkPlatDecls.h,v
retrieving revision 1.13
diff -u -r1.13 tkPlatDecls.h
--- generic/tkPlatDecls.h	18 Dec 2006 16:42:46 -0000	1.13
+++ generic/tkPlatDecls.h	24 Oct 2007 16:23:25 -0000
@@ -156,6 +156,8 @@
 #endif /* MAC_OSX_TK */
 } TkPlatStubs;
 
+#if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -164,6 +166,8 @@
 }
 #endif
 
+#endif /* defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) */
+
 #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS)
 
 /*
Index: generic/tkStubLib.c
===================================================================
RCS file: /cvsroot/tktoolkit/tk/generic/tkStubLib.c,v
retrieving revision 1.18
diff -u -r1.18 tkStubLib.c
--- generic/tkStubLib.c	19 Sep 2007 10:54:20 -0000	1.18
+++ generic/tkStubLib.c	24 Oct 2007 16:23:25 -0000
@@ -20,11 +20,6 @@
  * including the rest of the stub functions.
  */
 
-#ifndef USE_TCL_STUBS
-#define USE_TCL_STUBS
-#endif
-#undef USE_TCL_STUB_PROCS
-
 #ifndef USE_TK_STUBS
 #define USE_TK_STUBS
 #endif