diff options
author | cvs2fossil <cvs2fossil> | 2006-07-10 01:17:31 (GMT) |
---|---|---|
committer | cvs2fossil <cvs2fossil> | 2006-07-10 01:17:31 (GMT) |
commit | 422b103f673ff53ca016f7834641672dbe6afb8a (patch) | |
tree | 63f658b6104442f9348112cc01f12362a8cec23d /generic/tcl.h | |
parent | 33f67300386b2d7ab267e3255c25a6816d5107a3 (diff) | |
download | tcl-tip_257_implementation_branch_root_synthetic.zip tcl-tip_257_implementation_branch_root_synthetic.tar.gz tcl-tip_257_implementation_branch_root_synthetic.tar.bz2 |
Created branch tip-257-implementation-branch-root-synthetictip_257_implementation_branch_roottip_257_implementation_branch_root_synthetic
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 6cf8164..fb20564 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.210.2.2 2006/07/10 01:17:31 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.210 2005/12/27 17:39:01 kennykb Exp $ */ #ifndef _TCL @@ -504,7 +504,6 @@ typedef struct Tcl_Interp { typedef struct Tcl_AsyncHandler_ *Tcl_AsyncHandler; typedef struct Tcl_Channel_ *Tcl_Channel; typedef struct Tcl_ChannelTypeVersion_ *Tcl_ChannelTypeVersion; -typedef struct Tcl_Class_ *Tcl_Class; typedef struct Tcl_Command_ *Tcl_Command; typedef struct Tcl_Condition_ *Tcl_Condition; typedef struct Tcl_Dict_ *Tcl_Dict; @@ -513,9 +512,7 @@ typedef struct Tcl_Encoding_ *Tcl_Encoding; typedef struct Tcl_Event Tcl_Event; typedef struct Tcl_InterpState_ *Tcl_InterpState; typedef struct Tcl_LoadHandle_ *Tcl_LoadHandle; -typedef struct Tcl_Method_ *Tcl_Method; typedef struct Tcl_Mutex_ *Tcl_Mutex; -typedef struct Tcl_Object_ *Tcl_Object; typedef struct Tcl_Pid_ *Tcl_Pid; typedef struct Tcl_RegExp_ *Tcl_RegExp; typedef struct Tcl_ThreadDataKey_ *Tcl_ThreadDataKey; @@ -956,8 +953,6 @@ typedef struct Tcl_CallFrame { char *dummy8; int dummy9; char* dummy10; - void* dummy11; - int dummy12; } Tcl_CallFrame; /* |