diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-07-22 22:24:19 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-07-22 22:24:19 (GMT) |
commit | 0ed5c6869b7c4c0b89033e5f79d317cdcc947c3f (patch) | |
tree | e1d66e337f44de075be7bca2d30d0e86c2bf2abd /generic/tclCompile.h | |
parent | 6df65aa18ab8b9cb1f2791881680962f47e22804 (diff) | |
download | tcl-0ed5c6869b7c4c0b89033e5f79d317cdcc947c3f.zip tcl-0ed5c6869b7c4c0b89033e5f79d317cdcc947c3f.tar.gz tcl-0ed5c6869b7c4c0b89033e5f79d317cdcc947c3f.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 ec3cbbf..63df8ce 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.95 2008/07/22 21:41:55 andreas_kupries Exp $ + * RCS: @(#) $Id: tclCompile.h,v 1.96 2008/07/22 22:24:21 andreas_kupries Exp $ */ #ifndef _TCLCOMPILATION @@ -148,9 +148,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 |