]> git.draconx.ca Git - cdecl99.git/commitdiff
libcdecl: Make cdecl__emit_specs return value usable directly.
authorNick Bowler <nbowler@draconx.ca>
Fri, 23 Jun 2023 04:39:45 +0000 (00:39 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 23 Jun 2023 05:03:44 +0000 (01:03 -0400)
Since there is now only one caller of cdecl__emit_specs that cares
about its return value, let's adjust this function to return exactly
what that caller wants, so it doesn't have to do any extra calculation.


No differences found