diff options
author | nijtmans <nijtmans> | 2010-07-25 10:13:48 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-07-25 10:13:48 (GMT) |
commit | 5cbb5a46c8f2983cc68798d12d55b96cf0f1ec4f (patch) | |
tree | 5877e6c210b5cca0cbbe807c7dbd2cdfde51dc11 /generic/tclInt.h | |
parent | 201dbba4ce2f18849d8bdcbcd30772661ff2edb8 (diff) | |
download | tcl-5cbb5a46c8f2983cc68798d12d55b96cf0f1ec4f.zip tcl-5cbb5a46c8f2983cc68798d12d55b96cf0f1ec4f.tar.gz tcl-5cbb5a46c8f2983cc68798d12d55b96cf0f1ec4f.tar.bz2 |
[Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6:
revert tclInt.h to what it was before, and relax the relation between Tcl_CallFrame and CallFrame.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 8efd344..eb88ef0 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.13 2010/07/17 07:42:44 nijtmans Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.362.2.14 2010/07/25 10:13:48 nijtmans Exp $ */ #ifndef _TCLINT @@ -1041,7 +1041,6 @@ typedef struct CallFrame { * meaning of the value is, which we do not * specify. */ LocalCache *localCachePtr; - VOID *dummy13; } CallFrame; #define FRAME_IS_PROC 0x1 |