require struct-arrays after alien.structs is loaded

db4
Joe Groff 2009-08-26 22:24:55 -05:00
parent 64990eb23d
commit 53b7729f76
1 changed files with 3 additions and 0 deletions

View File

@ -65,3 +65,6 @@ M: struct-type stack-size
: offset-of ( field struct -- offset )
c-types get at fields>>
[ name>> = ] with find nip offset>> ;
USE: vocabs.loader
"struct-arrays" require