diff options
author | nijtmans <nijtmans> | 2010-07-17 07:42:44 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-17 07:42:44 (GMT) |
commit | 201dbba4ce2f18849d8bdcbcd30772661ff2edb8 (patch) | |
tree | 04314e28be037cb9c2b9743bdae67f6ecc4345b8 /generic/tclInt.h | |
parent | e18619f8e98dd48417c66e66c7446da3c75fd8ae (diff) | |
download | tcl-201dbba4ce2f18849d8bdcbcd30772661ff2edb8.zip tcl-201dbba4ce2f18849d8bdcbcd30772661ff2edb8.tar.gz tcl-201dbba4ce2f18849d8bdcbcd30772661ff2edb8.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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 7e49ad0..8efd344 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.362.2.12 2010/05/25 10:37:18 nijtmans Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.362.2.13 2010/07/17 07:42:44 nijtmans Exp $ */ #ifndef _TCLINT @@ -1041,6 +1041,7 @@ typedef struct CallFrame { * meaning of the value is, which we do not * specify. */ LocalCache *localCachePtr; + VOID *dummy13; } CallFrame; #define FRAME_IS_PROC 0x1 |