Fix compilation on gcc2 platforms, where _Bool and _Complex aren't
authorguenther <guenther@openbsd.org>
Tue, 27 Jul 2010 20:07:56 +0000 (20:07 +0000)
committerguenther <guenther@openbsd.org>
Tue, 27 Jul 2010 20:07:56 +0000 (20:07 +0000)
commit0a01a39c7fae5fa7d845282789aef9cd36d48e0b
tree8863c335998428c2b79bce5b7554f76abf2d7102
parenta13c719a2a9e6ae799ec74eb5ad6149ce2489302
Fix compilation on gcc2 platforms, where _Bool and _Complex aren't
built into the compiler and instead have to be gotten from stdbool.h
and complex.h

Problem noted by miod@, fix by deraadt@
usr.bin/xlint/lint1/decl.c
usr.bin/xlint/lint2/chk.c