require struct-arrays after alien.structs is loaded
parent
64990eb23d
commit
53b7729f76
|
@ -65,3 +65,6 @@ M: struct-type stack-size
|
||||||
: offset-of ( field struct -- offset )
|
: offset-of ( field struct -- offset )
|
||||||
c-types get at fields>>
|
c-types get at fields>>
|
||||||
[ name>> = ] with find nip offset>> ;
|
[ name>> = ] with find nip offset>> ;
|
||||||
|
|
||||||
|
USE: vocabs.loader
|
||||||
|
"struct-arrays" require
|
||||||
|
|
Loading…
Reference in New Issue