summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-10-27 13:15:57 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-10-27 13:15:57 (GMT)
commit335056e221f3314f00a82353c10a93880ba46f55 (patch)
treeaefaf046bf6f86945a1d0c5a2fe3f6e9b0740d07 /generic/tclCompile.h
parentfa4a04163f4966cc813aa45279e46f5a5781c253 (diff)
downloadtcl-335056e221f3314f00a82353c10a93880ba46f55.zip
tcl-335056e221f3314f00a82353c10a93880ba46f55.tar.gz
tcl-335056e221f3314f00a82353c10a93880ba46f55.tar.bz2
* generic/tclCompile.h:
* generic/tclInt.h: moved declaration of TclSetCmdNameObj from tclCompile.h to tclInt.h, reverting linker [Bug 1821159] caused by commit of 2007-10-11 (both I and gcc missed one dep).
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 2db976a..3e02b1d 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.81 2007/10/25 20:02:10 das Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.82 2007/10/27 13:15:58 msofer 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[]);