Merge branch 'master' of git://factorcode.org/git/factor
commit
cb6bfc0580
|
@ -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