[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: luac output file
- From: "John Belmonte" <jvb@...>
- Date: Tue, 4 Sep 2001 18:58:18 +0900
The 4.0 luac output on my embedded platform has never been correct (3.2 was
ok). After investigation I found that luac doesn't close the output file.
I know that it's perfectly within ANSI C to do this type of thing, but C
library implementations (especially in the embedded world) are often less
than perfect. Would it be unreasonable to ask that the file be closed?
-John