]> git.draconx.ca Git - cdecl99.git/commit
Fix parser build on compilers without _Bool.
authorNick Bowler <nbowler@draconx.ca>
Sun, 3 Dec 2023 20:14:38 +0000 (15:14 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 4 Dec 2023 05:24:26 +0000 (00:24 -0500)
commit4d7a5093e6cf56da24af4c862cf5a96fd1bf3ad6
treec346d0e1df7fd55a39b671e4cdd2daec2ee4acce
parent00514ec7f1070550a52651971bb6a5e36efbe4f0
Fix parser build on compilers without _Bool.

Although we have a perfectly fine replacement for compilers that do
not implement _Bool, we have to have #include <stdbool.h> in order
to get it, which was missing from the parser header.
src/parse.y