On Mon, Sep 15, 2008 at 02:23:45PM -0700, Josh Goldstein wrote:
> /*
> struct var_value
> {
>     int var_type;
>     union var_data my_data;
> }
> */
> 
> If I uncomment the commented part, I get the error.  Is there a limit on the 
> number of structs or unions you can define?

Yes, but it is VERY high.
You just forgot the ; after the }

  Daniel


_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to