]> ocean-lang.org Git - ocean/commit
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)
commitef3bbba20f9e426125498f78fe3b1f4ea75de68a
treeed509e80f0ee105ace95cab1f31ddb568bbd76ec
parenta0ff449bc7dff46460913fc7b1a379fb71db866b
oceani: remove the HACK concerning type names starting with space

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>
csrc/oceani.mdc