summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-10-27 12:44:08 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-10-27 12:44:08 (GMT)
commit73b2f1e5b9472dc390528dbc1ca45a09fc11c297 (patch)
tree6de7fcbabd476748cf31804f4d8a4bff785d818d /generic/tcl.h
parent427a6151ed5780a42010a6e4b6346a660ba7b442 (diff)
downloadtcl-73b2f1e5b9472dc390528dbc1ca45a09fc11c297.zip
tcl-73b2f1e5b9472dc390528dbc1ca45a09fc11c297.tar.gz
tcl-73b2f1e5b9472dc390528dbc1ca45a09fc11c297.tar.bz2
Add field to CallFrame for holding object call frame data.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 8e309a2..c67cad7 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.224 2006/10/23 22:49:24 msofer Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.225 2006/10/27 12:44:08 dkf Exp $
*/
#ifndef _TCL
@@ -952,7 +952,8 @@ typedef struct Tcl_CallFrame {
char *dummy7;
char *dummy8;
int dummy9;
- char* dummy10;
+ char *dummy10;
+ char *dummy11;
} Tcl_CallFrame;
/*