summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-02 16:12:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-02 16:12:00 (GMT)
commitce9bf924511484c14218bd13b2abf5cfc9967c25 (patch)
tree5d833ae8b02170afdeff4568db0b0c3b4041b30d /generic/tclInt.h
parent10c9ce76f08286c1d9c1a229c633bf12576c25c5 (diff)
downloadtcl-ce9bf924511484c14218bd13b2abf5cfc9967c25.zip
tcl-ce9bf924511484c14218bd13b2abf5cfc9967c25.tar.gz
tcl-ce9bf924511484c14218bd13b2abf5cfc9967c25.tar.bz2
Turned the [array] command into a true ensemble. Test changes indicate some
alteration to error messages, otherwise no change.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 97a5e44..64f6544 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -15,7 +15,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.h,v 1.456 2010/01/30 16:33:25 dkf Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.457 2010/02/02 16:12:00 dkf Exp $
*/
#ifndef _TCLINT
@@ -3015,9 +3015,7 @@ MODULE_SCOPE int Tcl_AppendObjCmd(ClientData clientData,
MODULE_SCOPE int Tcl_ApplyObjCmd(ClientData clientData,
Tcl_Interp *interp, int objc,
Tcl_Obj *const objv[]);
-MODULE_SCOPE int Tcl_ArrayObjCmd(ClientData clientData,
- Tcl_Interp *interp, int objc,
- Tcl_Obj *const objv[]);
+MODULE_SCOPE Tcl_Command TclInitArrayCmd(Tcl_Interp *interp);
MODULE_SCOPE Tcl_Command TclInitBinaryCmd(Tcl_Interp *interp);
MODULE_SCOPE int Tcl_BreakObjCmd(ClientData clientData,
Tcl_Interp *interp, int objc,