From: Oliver Schmidt Date: Thu, 17 May 2018 09:11:40 +0000 (+0200) Subject: There's no 'closeallstreams' (anymore ?). X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a795a27689e0bb06773f0ee0608354bdceb19286;p=cc65 There's no 'closeallstreams' (anymore ?). --- diff --git a/libsrc/cbm/open.s b/libsrc/cbm/open.s index 4e57f5efc..5c97aff56 100644 --- a/libsrc/cbm/open.s +++ b/libsrc/cbm/open.s @@ -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