make sequences.lib.replicate inline

db4
Eric Mertens 2008-04-24 23:11:21 -07:00
parent 2f103f19ea
commit c56cf86793
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ MACRO: firstn ( n -- )
: replicate ( seq quot -- newseq )
#! quot: ( -- obj )
[ drop ] swap compose map ;
[ drop ] swap compose map ; inline
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!