]> git.draconx.ca Git - cdecl99.git/commit
Fix tests build on compilers without _Bool.
authorNick Bowler <nbowler@draconx.ca>
Mon, 4 Dec 2023 02:17:46 +0000 (21:17 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 4 Dec 2023 05:24:26 +0000 (00:24 -0500)
commit90eaf19d63952c7df0239dcd7c6c09b4292aa575
treef591381aed2748f4ff17075e914dfdde6bdd4319
parent4d7a5093e6cf56da24af4c862cf5a96fd1bf3ad6
Fix tests build on compilers without _Bool.

For these test programs, there is no advantage to using _Bool over
just plain "int" or whatever.
t/declgen.c
t/declgen.h