//bugs.freedesktop.org/show_bug.cgi?id=557) attachment #1255

(https://bugs.freedesktop.org/attachment.cgi?id=1255): Do not use
    "bool" as a variable name in xf86cfg, to avoid compiler bugs. Patch by
    Donnie Berkholz <spyderous@gentoo.org>.
This commit is contained in:
Roland Mainz 2004-12-08 07:02:46 +00:00
parent eb73d7f749
commit afdc7044f7

View file

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