diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-08 19:00:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-08 19:00:39 (GMT) |
commit | 1812305cb35d0096d50f9b1e7c1c368f230b6f07 (patch) | |
tree | 29a9a607c030b3cfa6c0ae744822eb76de21ee86 /unix/Makefile.in | |
parent | fe34611d8ec24bd6dd816cf00fa8ac15355bde79 (diff) | |
parent | 99e9ce3656f195c60ba4e928559c05d47167901c (diff) | |
download | tcl-1812305cb35d0096d50f9b1e7c1c368f230b6f07.zip tcl-1812305cb35d0096d50f9b1e7c1c368f230b6f07.tar.gz tcl-1812305cb35d0096d50f9b1e7c1c368f230b6f07.tar.bz2 |
TIP #494 implementation: More use of size_t in Tcl 9
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 9cf58a6..cb47a05 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -125,7 +125,7 @@ ENV_FLAGS = # To enable memory debugging, call configure with --enable-symbols=mem # Warning: if you enable memory debugging, you must do it *everywhere*, -# including all the code that calls Tcl, and you must use ckalloc and ckfree +# including all the code that calls Tcl, and you must use Tcl_Alloc and Tcl_Free # everywhere instead of malloc and free. TCL_STUB_LIB_FILE = @TCL_STUB_LIB_FILE@ |