Re: Partial fix for 687029, Different results on Alpha, 2nd installment
"Igor V. Melichev" <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
Alex,
I would like to make the change smaller,
because I want a compatibility to other projects.
1. in ttfsfnt please keep old names, but map types to GS types with typedef.
I guess that only lines 13-25 needs a change.
2. If a problem happens with (1), include more files in ttmisc.h .
3. In ttfmain.c use explicit 'int' or 'unsigned int'.
4. Since ttfsfnt.c is changed, add the Artifex copyright banner over the
Apple's one.
Igor.
----- Original Message -----
From: "Alex Cherepanov" <[email protected]>
To: "gs-code-review" <[email protected]>
Sent: Saturday, November 15, 2003 3:57 PM
Subject: [gs-code-review] Partial fix for 687029, Different results on
Alpha, 2nd installment
> Fix non-portable types in the Apple TTF header and related places.