]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/directories/unix/unix.factor
Remove usages of <void*> and *void*
[factor.git] / basis / io / directories / unix / unix.factor
index 0cc8aaa0e43766f2e508eaebd154e4a33fa61a4e..a175599e015b646cfe1a8b1e100d1450a24797c5 100644 (file)
@@ -37,9 +37,9 @@ HOOK: find-next-file os ( DIR* -- byte-array )
 
 M: unix find-next-file ( DIR* -- byte-array )
     dirent <struct>
-    f <void*>
+    f void* <ref>
     [ readdir_r 0 = [ (io-error) ] unless ] 2keep
-    *void* [ drop f ] unless ;
+    void* deref [ drop f ] unless ;
 
 : dirent-type>file-type ( ch -- type )
     {