]> ocean-lang.org Git - ocean/commitdiff
oceani: remove the HACK concerning type names starting with space
authorNeilBrown <neil@brown.name>
Sun, 5 Dec 2021 00:09:57 +0000 (11:09 +1100)
committerNeilBrown <neil@brown.name>
Sun, 5 Dec 2021 00:09:57 +0000 (11:09 +1100)
structures returned inline from a function call can be copied.
Other structures - in general - cannot.

This patch introduces a (slightly) better way to tell the difference
than the 'space' hack that was previously used.

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

No differences found