Sorry to ask this simple question!
I don't do how ":" works In C program like the following example:
int y:1; /* parse error*/
struct _Test
{
int x :1; /* no parse error report*/
}
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
- Re: C parse error, why? Nengming Zhang
- Re: C parse error, why? Bill Purvis
- Re: C parse error, why? Glenn Hutchings
