Make a word inline for the win

db4
Slava Pestov 2008-11-11 23:04:30 -06:00
parent 57cf756c0e
commit de02724135
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ M: heap heap-size ( heap -- n )
: data-set-nth ( entry n heap -- )
>r [ >>index drop ] 2keep r>
data>> set-nth-unsafe ;
data>> set-nth-unsafe ; inline
: data-push ( entry heap -- n )
dup heap-size [