Andrew Talbot <[EMAIL PROTECTED]> writes:

> +  const char *iter, *base_type, *catch_unsigned;
> +  union
> +  {
> +      const char    *constant;
> +      char          *nonconst;
> +  } type_str;

That's not better than simply casting const away, it's just hiding the
problem from the compiler.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to