forked from KolibriOS/kolibrios
get sizeof.* really working for struct/ends definitions
git-svn-id: svn://kolibrios.org@2115 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a7589ea8ee
commit
a722eb5c4d
@ -20,13 +20,16 @@ macro struct name, [arg]
|
||||
struc name arg {
|
||||
}
|
||||
|
||||
macro declare_sizeof xname,value
|
||||
{ sizeof.#xname = value }
|
||||
|
||||
macro struct_helper name
|
||||
{
|
||||
match xname,name
|
||||
\{
|
||||
virtual at 0
|
||||
xname xname
|
||||
sizeof.#xname = $ - xname
|
||||
declare_sizeof xname, $ - xname
|
||||
name equ sizeof.#xname
|
||||
end virtual
|
||||
\}
|
||||
|
Loading…
Reference in New Issue
Block a user