diff options
author | nijtmans <nijtmans> | 2009-02-27 23:03:41 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-02-27 23:03:41 (GMT) |
commit | 5119564c4202954fb6ad5bba77a1371f4a1d7920 (patch) | |
tree | c82e642d20ce6b9934198c2c1059f1892d825390 /generic/tcl.decls | |
parent | cef4c16d5ab82ead5e327bd9a97a69f7e4b7e2c2 (diff) | |
download | tcl-5119564c4202954fb6ad5bba77a1371f4a1d7920.zip tcl-5119564c4202954fb6ad5bba77a1371f4a1d7920.tar.gz tcl-5119564c4202954fb6ad5bba77a1371f4a1d7920.tar.bz2 |
[Bug 218977] Tcl_DbCkfree needs a return value
don't use CONST84/CONST86 in internal header files
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index a95acf8..0ce6825 100644 --- a/generic/tcl.decls +++ b/generic/tcl.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: tcl.decls,v 1.168 2009/01/22 06:42:33 nijtmans Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.169 2009/02/27 23:03:42 nijtmans Exp $ library tcl @@ -53,7 +53,7 @@ declare 6 generic { char *Tcl_DbCkalloc(unsigned int size, const char *file, int line) } declare 7 generic { - int Tcl_DbCkfree(char *ptr, const char *file, int line) + void Tcl_DbCkfree(char *ptr, const char *file, int line) } declare 8 generic { char *Tcl_DbCkrealloc(char *ptr, unsigned int size, |