summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorredman <redman>1999-03-10 23:45:50 (GMT)
committerredman <redman>1999-03-10 23:45:50 (GMT)
commit17d56fd5b956aa638c25faaac51a8856ee8f51d7 (patch)
treeb8d799ab1881f1cd3aba82c8aa6cb467b8eabc51 /generic/tclStubInit.c
parent2ef4d3492a315e6e57add9c6d15651ce05c8457c (diff)
downloadtcl-17d56fd5b956aa638c25faaac51a8856ee8f51d7.zip
tcl-17d56fd5b956aa638c25faaac51a8856ee8f51d7.tar.gz
tcl-17d56fd5b956aa638c25faaac51a8856ee8f51d7.tar.bz2
fix declarations of empty slots.
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r--generic/tclStubInit.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 18070f6..521fe712 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.4 1999/03/10 23:19:09 redman Exp $
+ * RCS: @(#) $Id: tclStubInit.c,v 1.5 1999/03/10 23:45:51 redman Exp $
*/
#include "tclInt.h"
@@ -350,12 +350,6 @@ TclStubs tclStubs = {
Tcl_WaitPid, /* 277 */
panicVA, /* 278 */
Tcl_GetVersion, /* 279 */
- use, /* 280 */
- use, /* 281 */
- use, /* 282 */
- use, /* 283 */
- use, /* 284 */
- use, /* 285 */
};
TclStubs *tclStubsPtr = &tclStubs;