On Fri, 11 Jun 1999, xie Yisong wrote:

> Now I have a strange error when I compiled a Xwin Sample.
>     XRootSample.c:24: parse error before '16'
> What does this mean?
> In Line 24, I wrote:
>     unsigned int icon_width, icon_height;

Looks really odd...
Did you do something along the lines of
#define icon_width 16
earlier in the code (or in a header)? "unsigned int 16" would definately
cause this error message.

If you can't find it, try having a look at the code generated by the
preprocessor (gcc -E).

LLaP
bero


Reply via email to