Re: Re: Partial fix for 687029, Different results on Alpha, 2nd installment
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Nov 15, 2003 at 02:55:26PM -0500, Alex Cherepanov wrote: > There may be other places where the structures are read from the > file directly. Using the platform-independent types fixes this > bug and saves from future ones. Right, so jbig2dec also requires the stdint.h types, thus I'm in favour of this. However, we still don't provide them on most platforms, so if we're going to do this, we need to fix up the build issues. -r