]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/backend/unix/unix.factor
use radix literals
[factor.git] / basis / io / backend / unix / unix.factor
index dc5da7e560a2d8d13430955418caea2f9d46a080..60890b6fc09c1222ffdefe1dc59bfb03d36534fc 100755 (executable)
@@ -86,7 +86,7 @@ M: io-timeout summary drop "I/O operation timed out" ;
     '[ handle>> _ wait-for-fd ] with-timeout ;
 
 ! Some general stuff
-CONSTANT: file-mode OCT: 0666
+CONSTANT: file-mode 0o0666
  
 ! Readers
 : (refill) ( port -- n )