diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-07-22 22:26:56 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-07-22 22:26:56 (GMT) |
commit | 9d7eb12205beea542a84ffc39a24a909264c2102 (patch) | |
tree | 63465572cb8d0eb40ed73a6036bb9f8ec6eb0486 /generic/tclCompile.h | |
parent | 29341bbc6ca4be934e01b591b98bc01f0a93f57b (diff) | |
download | tcl-9d7eb12205beea542a84ffc39a24a909264c2102.zip tcl-9d7eb12205beea542a84ffc39a24a909264c2102.tar.gz tcl-9d7eb12205beea542a84ffc39a24a909264c2102.tar.bz2 |
* generic/tclCompile.c: Made the new TclEnterCmdWordIndex
* generic/tclCompile.h: static, and ansified.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index e5ef895..777fd3e 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.90.2.2 2008/07/22 21:41:12 andreas_kupries Exp $ + * RCS: @(#) $Id: tclCompile.h,v 1.90.2.3 2008/07/22 22:26:58 andreas_kupries Exp $ */ #ifndef _TCLCOMPILATION @@ -146,9 +146,6 @@ typedef struct ExtCmdLoc { int nueiloc; } ExtCmdLoc; -EXTERN void TclEnterCmdWordIndex (ExtCmdLoc *eclPtr, Tcl_Obj* obj, - int pc, int word); - /* * CompileProcs need the ability to record information during compilation that * can be used by bytecode instructions during execution. The AuxData |