]> git.draconx.ca Git - cdecl99.git/commitdiff
libcdecl: Don't propagate specifier lists more than once.
authorNick Bowler <nbowler@draconx.ca>
Tue, 18 Jul 2023 02:20:07 +0000 (22:20 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 18 Jul 2023 02:20:07 +0000 (22:20 -0400)
The very first thing the library does with the parse tree is normalize
the top-level specifiers, and then propagate the resulting list across
all top-level declarators.

So it is completely redundant for the parser itself to propagate the
un-normalized specifier list.


No differences found