summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-11-01 16:25:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-11-01 16:25:43 (GMT)
commit0537174e35c6270b8692f4912ba7aeb657cc57e4 (patch)
tree503482ebd37a5204af05a8df8c42ef50d320be23 /generic/tclCompile.h
parentd7be6d4cec335a1347fae7694ed8a6be6ddcf1b5 (diff)
downloadtcl-0537174e35c6270b8692f4912ba7aeb657cc57e4.zip
tcl-0537174e35c6270b8692f4912ba7aeb657cc57e4.tar.gz
tcl-0537174e35c6270b8692f4912ba7aeb657cc57e4.tar.bz2
merge updates from HEAD
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 069a0ba..f5f1a1e 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclCompile.h,v 1.70.2.9 2007/10/27 04:11:47 dgp Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.70.2.10 2007/11/01 16:25:57 dgp Exp $
*/
#ifndef _TCLCOMPILATION
@@ -916,8 +916,6 @@ MODULE_SCOPE void TclRegisterAuxDataType(AuxDataType *typePtr);
MODULE_SCOPE int TclRegisterLiteral(CompileEnv *envPtr,
char *bytes, int length, int flags);
MODULE_SCOPE void TclReleaseLiteral(Tcl_Interp *interp, Tcl_Obj *objPtr);
-MODULE_SCOPE void TclSetCmdNameObj(Tcl_Interp *interp, Tcl_Obj *objPtr,
- Command *cmdPtr);
MODULE_SCOPE int TclSingleOpCmd(ClientData clientData,
Tcl_Interp *interp, int objc,
Tcl_Obj *CONST objv[]);