summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-08-05 15:01:00 (GMT)
committerdgp <dgp@noemail.net>2002-08-05 15:01:00 (GMT)
commitff6aed0ae65d77f3710f47e63c436217b7a43514 (patch)
tree539a2b1951a7f7862046181f77737b3fd35b57d2 /generic/tcl.decls
parent892965716ced280aa97146b1fac12c129de65db1 (diff)
downloadtcl-ff6aed0ae65d77f3710f47e63c436217b7a43514.zip
tcl-ff6aed0ae65d77f3710f47e63c436217b7a43514.tar.gz
tcl-ff6aed0ae65d77f3710f47e63c436217b7a43514.tar.bz2
* generic/tcl.decls: Restored Tcl_Concat to return (char *). Like
* generic/tclDecls.h: Tcl_Merge, it transfers ownership of a dynamic * generic/tclUtil.c: allocated string to the caller. FossilOrigin-Name: 50d2abdc1ca2d6e1a7586f312780976d26c40d1c
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index faf06bd..7cfb65b 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -11,7 +11,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.92 2002/08/05 03:24:39 dgp Exp $
+# RCS: @(#) $Id: tcl.decls,v 1.93 2002/08/05 15:01:03 dgp Exp $
library tcl
@@ -306,7 +306,7 @@ declare 82 generic {
int Tcl_CommandComplete(CONST char *cmd)
}
declare 83 generic {
- CONST84_RETURN char * Tcl_Concat(int argc, CONST84 char * CONST *argv)
+ char * Tcl_Concat(int argc, CONST84 char * CONST *argv)
}
declare 84 generic {
int Tcl_ConvertElement(CONST char *src, char *dst, int flags)