diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-09 22:20:52 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-09 22:20:52 (GMT) |
commit | 872dbedfd8d5080ae12fb1f69f6e112c6f3ecc2b (patch) | |
tree | d8c8b5f5473a42f971f3e829b6b1c19c37f987f4 /generic/tclCompile.h | |
parent | 7d8ba3fe1315d64a484a885d7678e384fec71811 (diff) | |
download | tcl-872dbedfd8d5080ae12fb1f69f6e112c6f3ecc2b.zip tcl-872dbedfd8d5080ae12fb1f69f6e112c6f3ecc2b.tar.gz tcl-872dbedfd8d5080ae12fb1f69f6e112c6f3ecc2b.tar.bz2 |
* generic/tclBasic.c: slight cleanup
* generic/tclCompile.h:
* generic/tclExecute.c:
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 3 |
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 /* *---------------------------------------------------------------- |