factor: fix load

modern-harvey2
Doug Coleman 2017-12-26 16:06:54 -08:00
parent 79ae918e29
commit 43bc6c08d6
2 changed files with 4 additions and 1 deletions

View File

@ -11,5 +11,5 @@ IN: specialized-arrays.prettyprint
[ pprint* ] tri@ [ pprint* ] tri@
] pprint-prefix ; ] pprint-prefix ;
M: specialized-array pprint* M: specialized-array-mixin pprint*
[ pprint-object ] [ pprint-direct-array ] pprint-c-object ; [ pprint-object ] [ pprint-direct-array ] pprint-c-object ;

View File

@ -18,7 +18,10 @@ FROM: specialized-arrays.private => nth-c-ptr direct-like ;
SPECIALIZED-ARRAY: ${T} SPECIALIZED-ARRAY: ${T}
<<
! For >foo-vector to be defined in time
SPECIAL-VECTOR: ${T} SPECIAL-VECTOR: ${T}
>>
SYNTAX: ${T}-vector{ \ } [ >${T}-vector ] parse-literal ; SYNTAX: ${T}-vector{ \ } [ >${T}-vector ] parse-literal ;