]> git.draconx.ca Git - cdecl99.git/commit
libcdecl: Simplify sorting in cdecl__normalize_specs.
authorNick Bowler <nbowler@draconx.ca>
Tue, 27 Jun 2023 02:08:01 +0000 (22:08 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 2 Jul 2023 00:16:06 +0000 (20:16 -0400)
commitc807d652225fe170ee442591bb2a0bfc91c8618c
treeb5e3e53533226e91ad900117f672a65fd7e71cc3
parent77923149528a1a661a9a816fa10d78d1c679564f
libcdecl: Simplify sorting in cdecl__normalize_specs.

Rewrite the merge sort helper in a simpler way, which not only
simplifies the source code but also helps reduce the library size.
src/normalize.c