tools.time.struct: fix load error
parent
0f1c9b1d29
commit
7864556e5b
|
@ -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