diff options
author | redman <redman> | 1999-08-02 18:33:43 (GMT) |
---|---|---|
committer | redman <redman> | 1999-08-02 18:33:43 (GMT) |
commit | d8e3995b69d5ef00da43c13d6ee3ebc4e4b10309 (patch) | |
tree | e9a871713415dc29e237e7d7daeea0d1bc855166 /generic/tclStubInit.c | |
parent | 28cb778fa903f381fb65fe996eb2b51268977123 (diff) | |
download | tcl-d8e3995b69d5ef00da43c13d6ee3ebc4e4b10309.zip tcl-d8e3995b69d5ef00da43c13d6ee3ebc4e4b10309.tar.gz tcl-d8e3995b69d5ef00da43c13d6ee3ebc4e4b10309.tar.bz2 |
removed extra declaration of Tcl_RegExpMatchObj
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 9c1cf74..f79dbd4 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.25 1999/08/02 17:45:38 redman Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.26 1999/08/02 18:33:44 redman Exp $ */ #include "tclInt.h" @@ -780,7 +780,6 @@ TclStubs tclStubs = { Tcl_AppendUnicodeToObj, /* 384 */ Tcl_RegExpMatchObj, /* 385 */ Tcl_SetNotifier, /* 386 */ - Tcl_RegExpMatchObj, /* 387 */ }; /* !END!: Do not edit above this line. */ |