]> gitweb.factorcode.org Git - factor.git/commitdiff
classes.struct: inline M\ struct byte-length.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 21 Sep 2012 18:50:45 +0000 (11:50 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 21 Sep 2012 18:50:45 +0000 (11:50 -0700)
basis/classes/struct/struct.factor

index 697681de079efbf5f9797fd6db84509e36dd953b..c90ae52211960b70b0043c2ac814dea702757a0d 100644 (file)
@@ -250,7 +250,7 @@ M: struct-bit-slot-spec compute-slot-offset
 
 PRIVATE>
 
-M: struct byte-length class-of "struct-size" word-prop ; foldable
+M: struct byte-length class-of "struct-size" word-prop ; inline foldable
 M: struct binary-zero? binary-object uchar <c-direct-array> [ 0 = ] all? ; inline
 
 ! class definition