]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Simplify internal specifier printing functions.
authorNick Bowler <nbowler@draconx.ca>
Thu, 22 Jun 2023 00:35:58 +0000 (20:35 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 22 Jun 2023 00:43:45 +0000 (20:43 -0400)
commit8e320b09c58bbf947dbdc5e0019bdaad478591fe
tree3bace65c757e5473cc8af47457b6faa71a5d90e6
parenta0976f87118cc8d9ccc7a79f2ef29935798284e1
libcdecl: Simplify internal specifier printing functions.

Since reworking how specifiers are printed, the "pre"/"post" specifier
printing functions are pretty much pointless, and can (mostly) be
deleted, which reduces the library size somewhat.
src/cdecl-internal.h
src/declare.c
src/explain.c
src/output.c