freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] Re: Implicit conversion between FT_UInt* and FT_UInt32* in tt


From: mpsuzuki
Subject: [ft-devel] Re: Implicit conversion between FT_UInt* and FT_UInt32* in ttcmap.c
Date: Thu, 9 Oct 2008 14:28:45 +0900

On Thu, 09 Oct 2008 07:02:12 +0200 (CEST)
Werner LEMBERG <address@hidden> wrote:

>
>> The legacy metrowerks C compiler finds several implicit type
>> conversions between FT_UInt* and FT_UInt32* in
>> src/sfnt/ttcmap.c.  Attached is a patch to fix them.
>
>Please apply.  See this recent bug report also:
>
>  https://savannah.nongnu.org/bugs/index.php?24468

Oh, great thanks.

The basic integer type in Classic Mac OS was 32bit
(according to limits.h in MPW, Apple genuine SDK),
but metrowerks C compiler seems to be so serious
about the difference between long and integer, to
be portable SDK among MacOS and Win16. It was my
unexpected first experiment of 16bit compiler.

Regards,
mpsuzuki




reply via email to

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