diff options
author | davygrvy <davygrvy@pobox.com> | 2003-12-15 00:49:38 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2003-12-15 00:49:38 (GMT) |
commit | 142cc53e5299db89aad4d9aae4963170e882282e (patch) | |
tree | 45e9ee95dadf4be02b81aae11b349eb02bccf9aa /generic/tclInt.decls | |
parent | 6ae96a37e6162c036ed6bcda3336270182bf6d8b (diff) | |
download | tcl-142cc53e5299db89aad4d9aae4963170e882282e.zip tcl-142cc53e5299db89aad4d9aae4963170e882282e.tar.gz tcl-142cc53e5299db89aad4d9aae4963170e882282e.tar.bz2 |
* generic/tclInt.decls: commented-out entry for
TclpCheckStackSpace, removing it from the Stubs table. It's
already declared in tclInt.h and labeled as a function that is
not to be exported. Regened tables.
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 58a1b68..ec6604c 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tclInt.decls,v 1.66 2003/11/01 01:28:04 dkf Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.67 2003/12/15 00:49:38 davygrvy Exp $ library tcl @@ -527,9 +527,9 @@ declare 134 generic { size_t TclpStrftime(char *s, size_t maxsize, CONST char *format, CONST struct tm *t, int useGMT) } -declare 135 generic { - int TclpCheckStackSpace(void) -} +#declare 135 generic { +# int TclpCheckStackSpace(void) +#} # Added in 8.1: |