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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-12-14 David Gravereaux <davygrvy@pobox.com> + + * 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. + 2003-12-14 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): TIP#75 Implementation |