diff options
author | nijtmans <nijtmans> | 2010-07-17 07:43:46 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-17 07:43:46 (GMT) |
commit | 801bb6b36320c0030ca52888b390e2f639c03ef3 (patch) | |
tree | 9452f9bece3b8b324caf1df861f01b6d8800ebd2 /generic/tclInt.h | |
parent | ead9f59bfeff8817d34c2f6fb337e527334e830a (diff) | |
download | tcl-801bb6b36320c0030ca52888b390e2f639c03ef3.zip tcl-801bb6b36320c0030ca52888b390e2f639c03ef3.tar.gz tcl-801bb6b36320c0030ca52888b390e2f639c03ef3.tar.bz2 |
[Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index e80f0d4..6b6d774 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.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: tclInt.h,v 1.118.2.35 2009/08/25 20:59:11 andreas_kupries Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.118.2.36 2010/07/17 07:43:46 nijtmans Exp $ */ #ifndef _TCLINT @@ -803,6 +803,9 @@ typedef struct CallFrame { * recognized by the compiler. The compiler * emits code that refers to these variables * using an index into this array. */ + VOID *dummy11; + VOID *dummy12; + VOID *dummy13; } CallFrame; #ifdef TCL_TIP280 |