> ---
>  chicken.h | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/chicken.h b/chicken.h
> index 49e38d75..3ad970e9 100644
> --- a/chicken.h
> +++ b/chicken.h
> @@ -94,6 +94,10 @@
>  # define C_GNU_ENV
>  #endif
>
> +#if defined (__TINYC__)
> +# define __STDC_NO_COMPLEX__
> +#endif
> +
>  #if defined(__MINGW32__)
>  /*
>   * XXX This should probably be renamed or changed because it's misleading.

Thanks, Daniel!


felix


Reply via email to