CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/27 14:07:56
Modified files:
usr.bin/xlint/lint1: decl.c
usr.bin/xlint/lint2: chk.c
Log message:
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@
