Bug #557: Don't use "bool" as a variable name in xf86cfg, to avoid compiler
bugs. (Donnie Berkholz)
This commit is contained in:
parent
367b963b63
commit
2854fa438f
|
@ -75,7 +75,7 @@ typedef union {
|
|||
unsigned long num;
|
||||
char * str;
|
||||
double realnum;
|
||||
Bool bool;
|
||||
Bool xbool;
|
||||
OptFrequency freq;
|
||||
} ValueUnion;
|
||||
|
||||
|
|
Loading…
Reference in New Issue