diff options
author | dgp <dgp@noemail.net> | 2006-06-05 18:06:47 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2006-06-05 18:06:47 (GMT) |
commit | 1b9647ed07ffe728a63f34d0b6799ec123f99532 (patch) | |
tree | 5c933cb1facace673a5cfd6118f063c0f9524c2f /generic/tkInt.h | |
parent | d6196c8eef4d315b2361d287ca97aba13283faf2 (diff) | |
download | tk-1b9647ed07ffe728a63f34d0b6799ec123f99532.zip tk-1b9647ed07ffe728a63f34d0b6799ec123f99532.tar.gz tk-1b9647ed07ffe728a63f34d0b6799ec123f99532.tar.bz2 |
* generic/tkInt.h: Thread safety for the data structures of
* generic/tkConsole.c: the wish [console]. [Bug 1188340].
FossilOrigin-Name: 10a79ac1bed99e6824053237f89e440d5572672d
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 1d779b4..848a8e9 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: $Id: tkInt.h,v 1.56.2.7 2005/11/27 02:44:25 das Exp $ + * RCS: $Id: tkInt.h,v 1.56.2.8 2006/06/05 18:06:47 dgp Exp $ */ #ifndef _TKINT @@ -1128,9 +1128,6 @@ EXTERN int Tk_WmObjCmd _ANSI_ARGS_((ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])); -EXTERN void TkConsolePrint _ANSI_ARGS_((Tcl_Interp *interp, - int devId, CONST char *buffer, long size)); - EXTERN void TkEventInit _ANSI_ARGS_((void)); EXTERN void TkRegisterObjTypes _ANSI_ARGS_((void)); |