]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Simplify cdecl__explain_specs.
authorNick Bowler <nbowler@draconx.ca>
Thu, 22 Jun 2023 05:20:12 +0000 (01:20 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 22 Jun 2023 05:22:14 +0000 (01:22 -0400)
commit306005996991bea30a81ccbe923f455b752bcbeb
treedc28cfb8aa1784c28f9c5f1a27b0e26f46123060
parent8acb9c0d66e01f6b1ed25d3819cf7619a9fd2786
libcdecl: Simplify cdecl__explain_specs.

A bunch of conditions in the specifier printing loop are meaningless,
since all valid specifier types take idenical execution paths through
this function.  So much of this can just be deleted.
src/output.c