mark integer sequence methods as deprecated

db4
Joe Groff 2009-08-29 10:29:41 -05:00
parent 908b4742c5
commit d26735c98f
1 changed files with 3 additions and 3 deletions

View File

@ -98,9 +98,9 @@ M: f like drop [ f ] when-empty ; inline
INSTANCE: f immutable-sequence
! Integers support the sequence protocol
M: integer length ; inline
M: integer nth-unsafe drop ; inline
! Integers used to support the sequence protocol
M: integer length ; inline deprecated
M: integer nth-unsafe drop ; inline deprecated
INSTANCE: integer immutable-sequence