diff options
author | dgp <dgp@users.sourceforge.net> | 2006-06-05 18:06:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-06-05 18:06:47 (GMT) |
commit | d280bd0b375975b69c63f4e8b225ee88b3c66b16 (patch) | |
tree | 5c933cb1facace673a5cfd6118f063c0f9524c2f /generic/tkInt.h | |
parent | 8e448f145ef751d9ab30ca9d8d384c14263c1199 (diff) | |
download | tk-d280bd0b375975b69c63f4e8b225ee88b3c66b16.zip tk-d280bd0b375975b69c63f4e8b225ee88b3c66b16.tar.gz tk-d280bd0b375975b69c63f4e8b225ee88b3c66b16.tar.bz2 |
* generic/tkInt.h: Thread safety for the data structures of
* generic/tkConsole.c: the wish [console]. [Bug 1188340].
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)); |