fix specialized-array vs methods to work when c-type is also a : word
parent
53ca7f208b
commit
3aaa90052b
|
@ -104,9 +104,9 @@ SYNTAX: A@ scan-object scan-object <direct-A> suffix! ;
|
||||||
|
|
||||||
INSTANCE: A specialized-array
|
INSTANCE: A specialized-array
|
||||||
|
|
||||||
M: A vs+ [ + T c-type-clamp ] 2map ;
|
M: A vs+ [ + \ T c-type-clamp ] 2map ;
|
||||||
M: A vs- [ - T c-type-clamp ] 2map ;
|
M: A vs- [ - \ T c-type-clamp ] 2map ;
|
||||||
M: A vs* [ * T c-type-clamp ] 2map ;
|
M: A vs* [ * \ T c-type-clamp ] 2map ;
|
||||||
|
|
||||||
;FUNCTOR
|
;FUNCTOR
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue