freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] "comp" is reserved word in Apple SC compiler?


From: Masatake YAMATO
Subject: Re: [ft-devel] "comp" is reserved word in Apple SC compiler?
Date: Fri, 28 Oct 2005 13:29:51 +0900 (JST)

> --- orig/src/base/ftmac.c
> +++ mod/src/base/ftmac.c
> @@ -838,8 +838,8 @@
>      OSStatus              status = FMCreateFontFamilyIterator( NULL, NULL,
>                                                                 options,
>                                                                 &famIter );
> -    FMFont                the_font = NULL;
> -    FMFontFamily          family   = NULL;
> +    FMFont                the_font = ( FMFont ) NULL;
> +    FMFontFamily          family   = ( FMFontFamily ) NULL;
>  
>  
>      *face_index = 0;
> 


        FMFontFamily          family   = ( void* ) NULL;

is not ok with the compiler?




reply via email to

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