Bug 687723

Summary: type conflicts in gxhintn.h
Product: Ghostscript Reporter: Ralph Giles <ralph.giles>
Component: Graphics LibraryAssignee: Igor Melichev <igor.melichev>
Status: NOTIFIED FIXED    
Severity: normal    
Priority: P3    
Version: master   
Hardware: Other   
OS: AIX   
Customer: 830 Word Size: ---
Attachments: proposed fix moving to stdint types

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