diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-18 17:52:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-18 17:52:17 (GMT) |
commit | 7c3b7390cf4e423512fe39f238d3891bec7325fb (patch) | |
tree | d0602651e2ec4bf4b27f42505b038ea1f09a48c8 /win | |
parent | 3326db522bceddd991709874cad90b82c6fca2d1 (diff) | |
download | tcl-7c3b7390cf4e423512fe39f238d3891bec7325fb.zip tcl-7c3b7390cf4e423512fe39f238d3891bec7325fb.tar.gz tcl-7c3b7390cf4e423512fe39f238d3891bec7325fb.tar.bz2 |
* compat/tmpnam.c (removed): The routine tmpnam() is no longer
* unix/Makefile.in: called by Tcl source code. Remove autogoo
* unix/configure.in: the supplied a replacement version on
* win/tcl.dsp: systems where the routine was not available.
[RFE 1811848].
* unix/configure: autoconf-2.59
Diffstat (limited to 'win')
-rw-r--r-- | win/tcl.dsp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/tcl.dsp b/win/tcl.dsp index 7f9f06c..b3de0ff 100644 --- a/win/tcl.dsp +++ b/win/tcl.dsp @@ -208,10 +208,6 @@ SOURCE=..\compat\tclErrno.h # End Source File # Begin Source File -SOURCE=..\compat\tmpnam.c -# End Source File -# Begin Source File - SOURCE=..\compat\unistd.h # End Source File # Begin Source File |