]> gitweb.factorcode.org Git - factor.git/commitdiff
io.files.windows: rename a stack effect to make it more readable
authorAlexander Iljin <ajsoft@yandex.ru>
Mon, 10 Dec 2018 15:03:13 +0000 (16:03 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 13 Apr 2020 19:33:42 +0000 (19:33 +0000)
basis/io/files/windows/windows.factor

index 6998bdd699c4f4898a35a5be5edc02050bee16cf..4bd2c90879777be831159b32266d479e00c8f28b 100644 (file)
@@ -412,5 +412,5 @@ M: windows home
 : alternate-file-streams ( path -- streams )
     file-streams [ cStreamName>> alien>native-string "::$DATA" = ] reject ;
 
-: alternate-file-streams? ( path -- streams )
+: alternate-file-streams? ( path -- ? )
     alternate-file-streams empty? not ;