factor: fix load
parent
79ae918e29
commit
43bc6c08d6
|
@ -11,5 +11,5 @@ IN: specialized-arrays.prettyprint
|
|||
[ pprint* ] tri@
|
||||
] pprint-prefix ;
|
||||
|
||||
M: specialized-array pprint*
|
||||
M: specialized-array-mixin pprint*
|
||||
[ pprint-object ] [ pprint-direct-array ] pprint-c-object ;
|
||||
|
|
|
@ -18,7 +18,10 @@ FROM: specialized-arrays.private => nth-c-ptr direct-like ;
|
|||
|
||||
SPECIALIZED-ARRAY: ${T}
|
||||
|
||||
<<
|
||||
! For >foo-vector to be defined in time
|
||||
SPECIAL-VECTOR: ${T}
|
||||
>>
|
||||
|
||||
SYNTAX: ${T}-vector{ \ } [ >${T}-vector ] parse-literal ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue