]> ocean-lang.org Git - ocean/commitdiff
parsergen: rearrange 'struct state' to reduce wastage.
authorNeilBrown <neil@brown.name>
Sat, 13 Nov 2021 08:32:42 +0000 (19:32 +1100)
committerNeilBrown <neil@brown.name>
Sat, 13 Nov 2021 22:50:58 +0000 (09:50 +1100)
Having a pointer between two shorts results in a lot of empty space
in the struct.  Remove this wastage.

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

No differences found