]> git.draconx.ca Git - cdecl99.git/commitdiff
libcdecl: Simplify explain_decl -> explain_prologue.
authorNick Bowler <nbowler@draconx.ca>
Thu, 22 Jun 2023 00:46:53 +0000 (20:46 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 22 Jun 2023 00:46:53 +0000 (20:46 -0400)
Rather than threading a flag through this function just to print
"declare" or "type" at the toplevel, we can just directly print
that in the one place where it is needed, which simplifies the
implementation a bit.


No differences found