From 032a90676e216e13e9769d2882ac43bb1f30f705 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 9 Oct 2002 12:28:00 +0000 Subject: * generic/tclIntDecls.h: fixed botched regen. --- ChangeLog | 4 ++++ generic/tclIntDecls.h | 10 +--------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index b30fd97..7a4cb5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-10-09 Daniel Steffen + * generic/tclIntDecls.h: fixed botched regen. + +2002-10-09 Daniel Steffen + * generic/tclInt.decls: made TclSetPreInitScript() declaration generic as it is used on mac & aqua as well. * generic/tclIntDecls.h: diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h index 8a277ba..b47f6fe 100644 --- a/generic/tclIntDecls.h +++ b/generic/tclIntDecls.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclIntDecls.h,v 1.46 2002/10/09 11:54:13 das Exp $ + * RCS: @(#) $Id: tclIntDecls.h,v 1.47 2002/10/09 12:28:01 das Exp $ */ #ifndef _TCLINTDECLS @@ -618,15 +618,7 @@ typedef struct TclIntStubs { int (*tclServiceIdle) _ANSI_ARGS_((void)); /* 98 */ void *reserved99; void *reserved100; -#if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ - char * (*tclSetPreInitScript) _ANSI_ARGS_((char * string)); /* 101 */ -#endif /* UNIX */ -#ifdef __WIN32__ char * (*tclSetPreInitScript) _ANSI_ARGS_((char * string)); /* 101 */ -#endif /* __WIN32__ */ -#ifdef MAC_TCL - void *reserved101; -#endif /* MAC_TCL */ void (*tclSetupEnv) _ANSI_ARGS_((Tcl_Interp * interp)); /* 102 */ int (*tclSockGetPort) _ANSI_ARGS_((Tcl_Interp * interp, char * str, char * proto, int * portPtr)); /* 103 */ #if !defined(__WIN32__) && !defined(MAC_TCL) /* UNIX */ -- cgit v0.12