From 1f38e210b94a8bc36b3708071437ff8df4c1727c Mon Sep 17 00:00:00 2001 From: "nijtmans@users.sourceforge.net" Date: Wed, 15 Jul 2015 08:36:46 +0000 Subject: Eliminate the definition of L_tmpnam. It isn't used anywhere within Tcl any more. (backported from androwish) --- unix/tclUnixPort.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 123abec..2728957 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -443,16 +443,6 @@ extern int gettimeofday(struct timeval *tp, /* *--------------------------------------------------------------------------- - * Make sure that L_tmpnam is defined. - *--------------------------------------------------------------------------- - */ - -#ifndef L_tmpnam -# define L_tmpnam 100 -#endif - -/* - *--------------------------------------------------------------------------- * The following macro defines the type of the mask arguments to select: *--------------------------------------------------------------------------- */ -- cgit v0.12