]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/propagation/slots/slots.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / compiler / tree / propagation / slots / slots.factor
index 86114772f752a4e185881d349a8bae89637dc0fd..4996729ded72a235de05968f5931dd8f8fbf8674 100644 (file)
@@ -63,5 +63,5 @@ UNION: fixed-length-sequence array byte-array string ;
         { [ over 0 = ] [ 2drop fixnum <class-info> ] }
         { [ 2dup length-accessor? ] [ nip length>> ] }
         { [ dup literal?>> ] [ literal>> literal-info-slot ] }
-        [ [ 1- ] [ slots>> ] bi* ?nth ]
+        [ [ 1 - ] [ slots>> ] bi* ?nth ]
     } cond [ object-info ] unless* ;