]> git.draconx.ca Git - cdecl99.git/commitdiff
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)
For these test programs, there is no advantage to using _Bool over
just plain "int" or whatever.


No differences found