Bug #557: Don't use "bool" as a variable name in xf86cfg, to avoid compiler

bugs. (Donnie Berkholz)
This commit is contained in:
Adam Jackson 2004-11-09 17:06:15 +00:00
parent 367b963b63
commit 2854fa438f

View File

@ -75,7 +75,7 @@ typedef union {
unsigned long num; unsigned long num;
char * str; char * str;
double realnum; double realnum;
Bool bool; Bool xbool;
OptFrequency freq; OptFrequency freq;
} ValueUnion; } ValueUnion;