]> ocean-lang.org Git - ocean/commitdiff
oceani: don't allocate init value for non-initialized fields.
authorNeilBrown <neil@brown.name>
Sat, 16 Oct 2021 05:27:41 +0000 (16:27 +1100)
committerNeilBrown <neil@brown.name>
Sat, 30 Oct 2021 22:18:36 +0000 (09:18 +1100)
Struct fields that aren't explicitly initialised must be initialized to
a 'null' value.  This can happen at interp-time.  There is no need to
allocate a null value when parsing.

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

No differences found