mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 00:38:00 +02:00
//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:
parent
eb73d7f749
commit
afdc7044f7
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ typedef union {
|
|||
unsigned long num;
|
||||
char * str;
|
||||
double realnum;
|
||||
Bool bool;
|
||||
Bool xbool;
|
||||
OptFrequency freq;
|
||||
} ValueUnion;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue