diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-09-07 21:01:14 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-09-07 21:01:14 (GMT) |
| commit | 3fbbb8216f7ba2d6522b46211beb1c928b4a7c73 (patch) | |
| tree | 5b59164f45b5ac6da7d12801b23c4dfaef2b926b | |
| parent | bfdeb0d97482a06b35489d1f44ac066d31cb5418 (diff) | |
| download | tcl-3fbbb8216f7ba2d6522b46211beb1c928b4a7c73.zip tcl-3fbbb8216f7ba2d6522b46211beb1c928b4a7c73.tar.gz tcl-3fbbb8216f7ba2d6522b46211beb1c928b4a7c73.tar.bz2 | |
removed leftover from failed attempt to unify stub tables.
| -rw-r--r-- | generic/tclStubInit.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 0fc35d5..a8d74ee 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -169,14 +169,6 @@ Tcl_WinTCharToUtf( string, len, dsPtr); } -#define TclMacOSXGetFileAttribute (int (*) (Tcl_Interp *, \ - int, Tcl_Obj *, Tcl_Obj **)) TclpCreateProcess -#define TclMacOSXMatchType (int (*) (Tcl_Interp *, const char *, \ - const char *, Tcl_StatBuf *, Tcl_GlobTypeData *)) TclpMakeFile -#define TclMacOSXNotifierAddRunLoopMode (void (*) (const void *)) TclpOpenFile -#define TclpLocaltime_unix (struct tm *(*) (const time_t *)) TclGetAndDetachPids -#define TclpGmtime_unix (struct tm *(*) (const time_t *)) TclpCloseFile - #else /* UNIX and MAC */ # define TclpLocaltime_unix TclpLocaltime # define TclpGmtime_unix TclpGmtime |
