summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-06-12 15:56:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-06-12 15:56:41 (GMT)
commit87224373650b3cb71c22ac524c0068e485d92cb4 (patch)
tree993c5875f7699bd8b4d2c3962ecd987e8181d208 /generic/tclCompile.h
parent5d472b8fabc1189e2cfb79e315f743b0c8a02c5b (diff)
downloadtcl-87224373650b3cb71c22ac524c0068e485d92cb4.zip
tcl-87224373650b3cb71c22ac524c0068e485d92cb4.tar.gz
tcl-87224373650b3cb71c22ac524c0068e485d92cb4.tar.bz2
merge updates from HEAD
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index f8ddfb2..a5cd143 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.70.2.1 2007/05/30 18:38:46 dgp Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.70.2.2 2007/06/12 15:56:42 dgp Exp $
*/
#ifndef _TCLCOMPILATION
@@ -806,9 +806,11 @@ typedef struct {
*/
MODULE_SCOPE int TclEvalObjvInternal(Tcl_Interp *interp,
- int objc, Tcl_Obj *CONST objv[],
+ int objc, Tcl_Obj *const objv[],
CONST char *command, int length, int flags);
-
+MODULE_SCOPE int TclEvalObjvKnownCommand(Tcl_Interp *interp,
+ int objc, Tcl_Obj *const objv[],
+ Command *cmdPtr);
/*
*----------------------------------------------------------------
* Procedures exported by the engine to be used by tclBasic.c