diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-22 21:57:51 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-22 21:57:51 (GMT) |
| commit | f6c5510decd1542854455c65cc77a663df0c68f2 (patch) | |
| tree | 41899d1913e505b2a2878374f5537ecfd41d1f3f /generic/tclIntPlatDecls.h | |
| parent | 685592a664f473acd626264fe27fa002808d3f62 (diff) | |
| parent | b2fb74791d7bcd72b4892e5ab11cef544662823b (diff) | |
| download | tcl-f6c5510decd1542854455c65cc77a663df0c68f2.zip tcl-f6c5510decd1542854455c65cc77a663df0c68f2.tar.gz tcl-f6c5510decd1542854455c65cc77a663df0c68f2.tar.bz2 | |
merge trunk (fix OSX build error)
Diffstat (limited to 'generic/tclIntPlatDecls.h')
| -rw-r--r-- | generic/tclIntPlatDecls.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h index 8350781..192005c 100644 --- a/generic/tclIntPlatDecls.h +++ b/generic/tclIntPlatDecls.h @@ -512,10 +512,4 @@ extern const TclIntPlatStubs *tclIntPlatStubsPtr; #undef TclpLocaltime_unix #undef TclpGmtime_unix -#if !defined(__WIN32__) && !defined(__CYGWIN__) && defined(USE_TCL_STUBS) -#undef TclpCreateTempFile -#define TclpCreateTempFile \ - ((TclFile (*)_ANSI_ARGS_((CONST char *))) tclIntPlatStubsPtr->tclWinGetPlatformId) -#endif - #endif /* _TCLINTPLATDECLS */ |
