io.files.windows: rename a stack effect to make it more readable

master
Alexander Iljin 2018-12-10 16:03:13 +01:00 committed by John Benediktsson
parent 61ae19d7e4
commit e14cd169e1
1 changed files with 1 additions and 1 deletions

View 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 ;