summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2008-08-09 22:20:51 (GMT)
committermsofer <msofer@noemail.net>2008-08-09 22:20:51 (GMT)
commit697a892008cb96db17e28a242510a93c2a8ff012 (patch)
treed8c8b5f5473a42f971f3e829b6b1c19c37f987f4 /generic/tclCompile.h
parentf2f3b6ca767c8c1ef41d687a4f7f1c6a42e1dbe3 (diff)
downloadtcl-697a892008cb96db17e28a242510a93c2a8ff012.zip
tcl-697a892008cb96db17e28a242510a93c2a8ff012.tar.gz
tcl-697a892008cb96db17e28a242510a93c2a8ff012.tar.bz2
* generic/tclBasic.c: slight cleanup
* generic/tclCompile.h: * generic/tclExecute.c: FossilOrigin-Name: 62fd40602cc65026be02ba5d421215ba4a6bbf1a
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 1653ea5..53a2c95 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.101 2008/08/04 14:09:31 msofer Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.102 2008/08/09 22:20:56 msofer Exp $
*/
#ifndef _TCLCOMPILATION
@@ -841,6 +841,7 @@ MODULE_SCOPE Tcl_NRPostProc NRCallTEBC;
#define TCL_NR_BC_TYPE 0
#define TCL_NR_ATEXIT_TYPE 1
+#define TCL_NR_TAILCALL_TYPE 2
/*
*----------------------------------------------------------------