[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: reductions: 'os.tmpname' may go.
- From: Asko Kauppi <asko.kauppi@...>
- Date: Thu, 2 Sep 2004 21:33:53 +0300
It's causing compiler problems, and whatever, and is a perfect target
for cleanup. :)
If not, at least make it so that it won't appear on the "os."
namespace, unless really usable:
#ifdef USE_TMPNAME==1 //AK
{"tmpname", io_tmpname},
#endif
Just my wish.. -ak