Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-08-26 22:26:29 -05:00
commit cb6bfc0580
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