diff options
author | redman <redman> | 1999-07-16 21:56:36 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-16 21:56:36 (GMT) |
commit | ba02196dd7498598c52a1198434c734483af894b (patch) | |
tree | a90dfe6ab0ec7c63acbc2c70e665a88623adf745 /generic/tclStubInit.c | |
parent | 1756fda322eff378c039da15c51d75082ce43fbb (diff) | |
download | tcl-ba02196dd7498598c52a1198434c734483af894b.zip tcl-ba02196dd7498598c52a1198434c734483af894b.tar.gz tcl-ba02196dd7498598c52a1198434c734483af894b.tar.bz2 |
Add Tcl_SetNotifier to stubs table. [Bug: 2354]
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 0da46d6..f949dd8 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.22 1999/07/02 19:51:30 welch Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.23 1999/07/16 21:56:39 redman Exp $ */ #include "tclInt.h" @@ -770,6 +770,7 @@ TclStubs tclStubs = { Tcl_GetRange, /* 383 */ Tcl_AppendUnicodeToObj, /* 384 */ Tcl_RegExpMatchObj, /* 385 */ + Tcl_SetNotifier, /* 386 */ }; /* !END!: Do not edit above this line. */ |