diff options
author | das <das> | 2002-10-09 12:28:00 (GMT) |
---|---|---|
committer | das <das> | 2002-10-09 12:28:00 (GMT) |
commit | 032a90676e216e13e9769d2882ac43bb1f30f705 (patch) | |
tree | 5bab6b625af1aba6e6ef82f7b975aac7e08b7be9 /generic/tclIntDecls.h | |
parent | 5451c5041622ded8cdbc5b63e4b5a1ed14a31de6 (diff) | |
download | tcl-032a90676e216e13e9769d2882ac43bb1f30f705.zip tcl-032a90676e216e13e9769d2882ac43bb1f30f705.tar.gz tcl-032a90676e216e13e9769d2882ac43bb1f30f705.tar.bz2 |
* generic/tclIntDecls.h: fixed botched regen.
Diffstat (limited to 'generic/tclIntDecls.h')
-rw-r--r-- | generic/tclIntDecls.h | 10 |
1 files changed, 1 insertions, 9 deletions
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 */ |