freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes i


From: David Turner
Subject: Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes in vtk
Date: Tue, 20 Mar 2007 08:42:04 +0100

Hello,

> #if __LP64__
> ...
> #endif
> 
> might be simpler, how do you think?
> 

this will generate an error with certain compilers/pre-processors if __LP64__ 
is not defined.
generally speaking #if XXXXX is not a portable statement, except if you ensure 
that the macro
is always defined beforehand.

> > 3) include/freetype/config/ftstdlib.h
> >  - fix compiler warning
> 
> I think include/freetype/config/ftconfig.in is
> the right place of compiler-specific configuration.

I agree, and will commit the proper fix

thanks to all,

- David




reply via email to

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