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;
|
unsigned long num;
|
||||||
char * str;
|
char * str;
|
||||||
double realnum;
|
double realnum;
|
||||||
Bool bool;
|
Bool xbool;
|
||||||
OptFrequency freq;
|
OptFrequency freq;
|
||||||
} ValueUnion;
|
} ValueUnion;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue