mirror of
https://github.com/cc65/cc65.git
synced 2026-04-23 23:17:45 +00:00
Changed priorities of destructors so atexit will be called before open files
are closed on exit, so atexit handlers may close the files themselves or whatever is necessary for a clean shutdown. git-svn-id: svn://svn.cc65.org/cc65/trunk@4939 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
.include "fd.inc"
|
||||
|
||||
.export _open
|
||||
.destructor closeallfiles, 17
|
||||
.destructor closeallfiles, 5
|
||||
|
||||
.import _close
|
||||
.import clriocb
|
||||
|
||||
Reference in New Issue
Block a user