]> gitweb.factorcode.org Git - factor.git/commitdiff
inline specialized-vector byte-length
authorJoe Groff <arcata@gmail.com>
Mon, 25 Jan 2010 04:16:10 +0000 (20:16 -0800)
committerJoe Groff <arcata@gmail.com>
Mon, 25 Jan 2010 04:16:10 +0000 (20:16 -0800)
basis/specialized-vectors/specialized-vectors.factor

index f71e308ad148869be5fc238c69367c955f8ad6c8..7fa47aa50111a9f53c38353a3c78174d691ec002 100644 (file)
@@ -24,9 +24,9 @@ WHERE
 
 V A <A> vectors.functor:define-vector
 
-M: V contract 2drop ;
+M: V contract 2drop ; inline
 
-M: V byte-length underlying>> byte-length ;
+M: V byte-length underlying>> byte-length ; inline
 
 M: V pprint-delims drop \ V{ \ } ;