Bug 687723 - type conflicts in gxhintn.h
Summary: type conflicts in gxhintn.h
Status: NOTIFIED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Graphics Library (show other bugs)
Version: master
Hardware: Other AIX
: P3 normal
Assignee: Igor Melichev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-02 22:13 UTC by Ralph Giles
Modified: 2008-12-19 08:31 UTC (History)
0 users

See Also:
Customer: 830
Word Size: ---


Attachments
proposed fix moving to stdint types (8.46 KB, patch)
2004-10-02 22:28 UTC, Ralph Giles
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Giles 2004-10-02 22:13:40 UTC
The header gxhintn.h defines a 'int32' type, which conflicts with a
(non-standard) type of the same name declared in intypes.h on AIX.

Probably this should be changed to use the stdint int32_t type defined by stdint_.h.
Comment 1 Ralph Giles 2004-10-02 22:28:21 UTC
Created attachment 937 [details]
proposed fix moving to stdint types

Here's a patch for the proposed solution.
Comment 2 Dan Coby 2004-10-03 10:43:25 UTC
There are similar problems in ttfsfnt.h.
Comment 3 Igor Melichev 2004-10-05 03:34:48 UTC
The ttfsfnt.h problem has been moved to the bug 687728.
This bug is now closed with the patch
http://www.ghostscript.com/pipermail/gs-cvs/2004-October/004906.html