summaryrefslogtreecommitdiffstats
path: root/generic/tclStubs.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/tclStubs.c
parent2ef4d3492a315e6e57add9c6d15651ce05c8457c (diff)
downloadtcl-17d56fd5b956aa638c25faaac51a8856ee8f51d7.zip
tcl-17d56fd5b956aa638c25faaac51a8856ee8f51d7.tar.gz
tcl-17d56fd5b956aa638c25faaac51a8856ee8f51d7.tar.bz2
fix declarations of empty slots.
Diffstat (limited to 'generic/tclStubs.c')
-rw-r--r--generic/tclStubs.c50
1 files changed, 1 insertions, 49 deletions
diff --git a/generic/tclStubs.c b/generic/tclStubs.c
index d73d0f1..6bfd755 100644
--- a/generic/tclStubs.c
+++ b/generic/tclStubs.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclStubs.c,v 1.4 1999/03/10 23:19:10 redman Exp $
+ * RCS: @(#) $Id: tclStubs.c,v 1.5 1999/03/10 23:45:51 redman Exp $
*/
#include "tcl.h"
@@ -2706,53 +2706,5 @@ Tcl_GetVersion(major, minor, patchLevel, type)
(tclStubsPtr->tcl_GetVersion)(major, minor, patchLevel, type);
}
-/* Slot 280 */
-# Reserved for future
-use(8.1)
- 8.0.x vs. 8.1;
-{
- return (tclStubsPtr->use)(8.1);
-}
-
-/* Slot 281 */
-# Reserved for future
-use(8.1)
- 8.0.x vs. 8.1;
-{
- return (tclStubsPtr->use)(8.1);
-}
-
-/* Slot 282 */
-# Reserved for future
-use(8.1)
- 8.0.x vs. 8.1;
-{
- return (tclStubsPtr->use)(8.1);
-}
-
-/* Slot 283 */
-# Reserved for future
-use(8.1)
- 8.0.x vs. 8.1;
-{
- return (tclStubsPtr->use)(8.1);
-}
-
-/* Slot 284 */
-# Reserved for future
-use(8.1)
- 8.0.x vs. 8.1;
-{
- return (tclStubsPtr->use)(8.1);
-}
-
-/* Slot 285 */
-# Reserved for future
-use(8.1)
- 8.0.x vs. 8.1;
-{
- return (tclStubsPtr->use)(8.1);
-}
-
/* !END!: Do not edit above this line. */