tools.time.struct: fix load error
parent
6722d04329
commit
fb6726754c
|
|
@ -1,7 +1,7 @@
|
||||||
! Copyright (C) 2010 Doug Coleman.
|
! Copyright (C) 2010 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien.c-types classes.struct kernel memory
|
USING: accessors alien.c-types classes.struct kernel memory
|
||||||
system vm ;
|
tools.memory system vm ;
|
||||||
IN: tools.time.struct
|
IN: tools.time.struct
|
||||||
|
|
||||||
STRUCT: benchmark-data
|
STRUCT: benchmark-data
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue