diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-08-07 15:50:28 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-08-07 15:50:28 (GMT) |
commit | 7f1cc0d653321745c638522de84b67b1ac0bb33a (patch) | |
tree | dd76899898ecea2044e2c6dba1107bf8c29e5fa7 /generic/tclCompile.h | |
parent | a8fc60bdf11abc47568df177b8c3d80cb96f33db (diff) | |
download | tcl-7f1cc0d653321745c638522de84b67b1ac0bb33a.zip tcl-7f1cc0d653321745c638522de84b67b1ac0bb33a.tar.gz tcl-7f1cc0d653321745c638522de84b67b1ac0bb33a.tar.bz2 |
* generic/tclCompile.h:
* generic/tclObj.c: making tclCmdNameType static ([Bug 584567],
Don Porter).
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 88fe81d..272c777 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -8,7 +8,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.30 2002/08/05 03:24:40 dgp Exp $ + * RCS: @(#) $Id: tclCompile.h,v 1.31 2002/08/07 15:50:29 msofer Exp $ */ #ifndef _TCLCOMPILATION @@ -30,14 +30,6 @@ *------------------------------------------------------------------------ */ -/* - * Variable that denotes the command name Tcl object type. Objects of this - * type cache the Command pointer that results from looking up command names - * in the command hashtable. - */ - -extern Tcl_ObjType tclCmdNameType; - #ifdef TCL_COMPILE_DEBUG /* * Variable that controls whether compilation tracing is enabled and, if so, |