> second, in ftcbasic.c, without the patch, icl will ICE.

What's `ICE'?

> +#ifdef __INTEL_COMPILER
> +#define CONST_AUX
> +#else
> +#define CONST_AUX const
> +#endif
> 
>   FT_CALLBACK_TABLE_DEF
> -  const FTC_GCacheClassRec  ftc_basic_image_cache_class =
> +  CONST_AUX FTC_GCacheClassRec  ftc_basic_image_cache_class =
>   {
>     {
>       ftc_inode_new,

Is this a compiler bug?  And why just here?  There are mkany more
`const ..._class' structures in FreeType.


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to