freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] ft2.2 win32 intel c++ patch


From: Werner LEMBERG
Subject: Re: [ft] ft2.2 win32 intel c++ patch
Date: Mon, 03 Apr 2006 14:52:39 +0200 (CEST)

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]