]> git.sur5r.net Git - cc65/commitdiff
There's no 'closeallstreams' (anymore ?).
authorOliver Schmidt <ol.sc@web.de>
Thu, 17 May 2018 09:11:40 +0000 (11:11 +0200)
committerGitHub <noreply@github.com>
Thu, 17 May 2018 09:11:40 +0000 (11:11 +0200)
libsrc/cbm/open.s

index 4e57f5efc5a4628983e5fc61decc3c2878815dcb..5c97aff566c3446f912f4815da334b59024881e0 100644 (file)
@@ -2,10 +2,6 @@
 ; Ullrich von Bassewitz, 16.11.2002
 ;
 ; int open (const char* name, int flags, ...);  /* May take a mode argument */
-;
-; Be sure to keep the value priority of closeallfiles lower than that of
-; closeallstreams (which is the high level C file I/O counterpart and must be
-; called before closeallfiles).
 
 
         .export         _open