diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-05-17 17:26:34 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-05-17 17:26:34 (GMT) |
| commit | 29be4dc486f58e54e5a293e5991b72d8f4730c2a (patch) | |
| tree | ee4effddf5b644872a5b9d6a19146045fc5a5736 /generic/tclStubInit.c | |
| parent | 59701c929b1481b48f11c3a9f198f6262ac97029 (diff) | |
| parent | ad772c6f12654aa8f02347c035f849164c15287a (diff) | |
| download | tcl-29be4dc486f58e54e5a293e5991b72d8f4730c2a.zip tcl-29be4dc486f58e54e5a293e5991b72d8f4730c2a.tar.gz tcl-29be4dc486f58e54e5a293e5991b72d8f4730c2a.tar.bz2 | |
merge trunk
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 7fb0f1c..9e5868a 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -165,10 +165,6 @@ Tcl_WinTCharToUtf( string, len, dsPtr); } -#define Tcl_MacOSXOpenBundleResources (int (*) ( \ - Tcl_Interp *, const char *, int, int, char *)) Tcl_WinUtfToTChar -#define Tcl_MacOSXOpenVersionedBundleResources (int (*) ( \ - Tcl_Interp *, const char *, const char *, int, int, char *)) Tcl_WinTCharToUtf #define TclMacOSXGetFileAttribute (int (*) (Tcl_Interp *, \ int, Tcl_Obj *, Tcl_Obj **)) TclpCreateProcess #define TclMacOSXMatchType (int (*) (Tcl_Interp *, const char *, \ @@ -594,11 +590,7 @@ static const TclIntPlatStubs tclIntPlatStubs = { static const TclPlatStubs tclPlatStubs = { TCL_STUB_MAGIC, 0, -#if !defined(__WIN32__) && !defined(MAC_OSX_TCL) /* UNIX */ - Tcl_MacOSXOpenBundleResources, /* 0 */ - Tcl_MacOSXOpenVersionedBundleResources, /* 1 */ -#endif /* UNIX */ -#ifdef __WIN32__ /* WIN */ +#if defined(__WIN32__) || defined(__CYGWIN__) /* WIN */ Tcl_WinUtfToTChar, /* 0 */ Tcl_WinTCharToUtf, /* 1 */ #endif /* WIN */ |
