diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2008-05-02 20:08:50 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2008-05-02 20:08:50 (GMT) |
commit | ab1dfd493e75af34d7e730e26a189adf49e9ec5d (patch) | |
tree | f156c46cafcd33f5d48fc3693abe7caf3d546067 /generic/tclInt.h | |
parent | 650e24f8fcb8f1ae4346ffe2110c471bb7637b01 (diff) | |
download | tcl-ab1dfd493e75af34d7e730e26a189adf49e9ec5d.zip tcl-ab1dfd493e75af34d7e730e26a189adf49e9ec5d.tar.gz tcl-ab1dfd493e75af34d7e730e26a189adf49e9ec5d.tar.bz2 |
Converted the [binary] command into an ensemble.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 2c50d21..93adf2a 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -13,7 +13,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.366 2008/05/02 10:27:07 dkf Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.367 2008/05/02 20:08:52 patthoyts Exp $ */ #ifndef _TCLINT @@ -2702,9 +2702,7 @@ MODULE_SCOPE int Tcl_ApplyObjCmd(ClientData clientData, MODULE_SCOPE int Tcl_ArrayObjCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); -MODULE_SCOPE int Tcl_BinaryObjCmd(ClientData clientData, - Tcl_Interp *interp, int objc, - Tcl_Obj *const objv[]); +MODULE_SCOPE Tcl_Command TclInitBinaryCmd(Tcl_Interp *interp); MODULE_SCOPE int Tcl_BreakObjCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); |