memory: no need to use memory.private.
parent
7387869315
commit
c68e0f4f3e
|
@ -1,7 +1,6 @@
|
||||||
! Copyright (C) 2005, 2009 Slava Pestov.
|
! Copyright (C) 2005, 2009 Slava Pestov.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien.strings io.backend kernel memory.private sequences
|
USING: alien.strings io.backend kernel sequences system ;
|
||||||
system ;
|
|
||||||
IN: memory
|
IN: memory
|
||||||
|
|
||||||
PRIMITIVE: all-instances ( -- array )
|
PRIMITIVE: all-instances ( -- array )
|
||||||
|
|
Loading…
Reference in New Issue