On Thu, Jan 29, Olaf Hering wrote:

> Looks like old gcc can not handle two typedefs?

Yes, this fails already:

typedef unsigned char BYTE;
typedef unsigned char BYTE;
void f(int *v) { *v *= *v; }

t.c:2:23: error: redefinition of typedef 'BYTE'
t.c:1:23: note: previous declaration of 'BYTE' was here

Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to