]> ocean-lang.org Git - ocean/commitdiff
oceani: add type entry for new structs early.
authorNeilBrown <neil@brown.name>
Fri, 17 Dec 2021 05:01:11 +0000 (16:01 +1100)
committerNeilBrown <neil@brown.name>
Fri, 17 Dec 2021 05:01:11 +0000 (16:01 +1100)
When a 'struct foo' declaration is found, add the type when 'foo' is
seen rather than when the whole declaration is seen.
This keeps the order of types stable

Signed-off-by: NeilBrown <neil@brown.name>

No differences found