expressions: Simplify type declarations for nodes.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 17 Dec 2021 02:09:14 +0000 (18:09 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 19 Dec 2021 23:14:59 +0000 (15:14 -0800)
The widespread availability of C99 anonymous structs and unions helps to
simplify the node structure.

This will make it a lot easier to add a new member to the expression nodes
for source locators in an upcoming commit.


No differences found