http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46929
Summary: Xutil.h and Complex - some trouble
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: [email protected]
ReportedBy: [email protected]
After including Xutil.h some trouble with name Complex
main.c:
//struct Complex{};
#include <X11/Xutil.h>
struct Complex{};
int main(void){return 0;}
>gcc main.c
main.c:3:8: error: expected ‘{’ before numeric constant
