sequences: making copy-state indices integers.

clean-macosx-x86-32
John Benediktsson 2019-05-19 15:59:31 -07:00
parent 82893dceee
commit c6e14ce3ca
1 changed files with 2 additions and 2 deletions

View File

@ -283,9 +283,9 @@ ERROR: integer-length-expected obj ;
dup integer? [ integer-length-expected ] unless ; inline
TUPLE: copy-state
{ src-i read-only }
{ src-i integer read-only }
{ src read-only }
{ dst-i read-only }
{ dst-i integer read-only }
{ dst read-only } ;
C: <copy> copy-state