summaryrefslogtreecommitdiffstats
path: root/generic/tclIntPlatDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-22 10:01:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-22 10:01:02 (GMT)
commit7bfb05f7fb4dd46306021ae1e767db1edae74593 (patch)
treea0a1e7d99608cc0f082eb4b1b6d2d113a65b800a /generic/tclIntPlatDecls.h
parentcc0dacf5bd3ad288d41dd1d53e2e31c651c4ad53 (diff)
parent507f8de77f501bd26ff176139ce8f8fd7b7279de (diff)
downloadtcl-7bfb05f7fb4dd46306021ae1e767db1edae74593.zip
tcl-7bfb05f7fb4dd46306021ae1e767db1edae74593.tar.gz
tcl-7bfb05f7fb4dd46306021ae1e767db1edae74593.tar.bz2
[bug 3508771] fix OSX build
Diffstat (limited to 'generic/tclIntPlatDecls.h')
-rw-r--r--generic/tclIntPlatDecls.h6
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 */