file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Aug 2002 15:28:02 +0000 (15:28 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 10 Aug 2002 15:28:02 +0000 (15:28 +0000)
commitc5fba2c56a20411a7705af8e430213fcdeb0d077
treeeca5b85babe7ff827b041c0e943bcc78fb341635
parentcd772e397f0c96f9f28a178f8b05c1bdcb4415c7
file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
The consequence was that some temporary files were not removed.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2067 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/SDCCmain.c