summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-07-22 22:30:01 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-07-22 22:30:01 (GMT)
commit39e94f9db312d56df3d26940e1d0526cca1d47dc (patch)
tree301cacce6199d8a8ef846f6c31ad7bae06d6243c /generic/tclCompile.h
parent1a2015301662b5c0554f2f7ccfef588da923588b (diff)
downloadtcl-39e94f9db312d56df3d26940e1d0526cca1d47dc.zip
tcl-39e94f9db312d56df3d26940e1d0526cca1d47dc.tar.gz
tcl-39e94f9db312d56df3d26940e1d0526cca1d47dc.tar.bz2
* generic/tclCompile.c: Made the new TclEnterCmdWordIndex
* generic/tclCompile.h: static.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index adde52c..ce82f8c 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.33.2.4 2008/07/22 21:40:31 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.33.2.5 2008/07/22 22:30:05 andreas_kupries Exp $
*/
#ifndef _TCLCOMPILATION
@@ -150,9 +150,6 @@ typedef struct ExtCmdLoc {
int neiloc;
int nueiloc;
} ExtCmdLoc;
-
-EXTERN void TclEnterCmdWordIndex _ANSI_ARGS_((
- ExtCmdLoc *eclPtr, Tcl_Obj* obj, int pc, int word));
#endif
/*