summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-04 14:09:28 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-04 14:09:28 (GMT)
commit9f1ea1f4ceab1ae51bae4e6db3ed9c65375ce8f5 (patch)
tree01368a1443efb5b17366f4e3d39b128635727902 /generic/tclCompile.h
parent43e81520e0e2ad0155c836147ceff63c3c7a3855 (diff)
downloadtcl-9f1ea1f4ceab1ae51bae4e6db3ed9c65375ce8f5.zip
tcl-9f1ea1f4ceab1ae51bae4e6db3ed9c65375ce8f5.tar.gz
tcl-9f1ea1f4ceab1ae51bae4e6db3ed9c65375ce8f5.tar.bz2
duh ... committed only the ChangeLog entry, not the rest
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 68e6afe..1653ea5 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.100 2008/08/03 18:00:49 msofer Exp $
+ * RCS: @(#) $Id: tclCompile.h,v 1.101 2008/08/04 14:09:31 msofer Exp $
*/
#ifndef _TCLCOMPILATION
@@ -837,8 +837,10 @@ typedef struct {
*----------------------------------------------------------------
*/
-MODULE_SCOPE Tcl_NRPostProc NRRunBytecode;
-MODULE_SCOPE Tcl_NRPostProc NRAtProcExit;
+MODULE_SCOPE Tcl_NRPostProc NRCallTEBC;
+
+#define TCL_NR_BC_TYPE 0
+#define TCL_NR_ATEXIT_TYPE 1
/*
*----------------------------------------------------------------