Re: #if instead of #ifdef in igc.c
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Nov 20, 2003 at 12:02:23AM +0000, Ralph Giles wrote: > Igor added some debug code to igc.c v1.11 protected with #if DEBUG instead of the usual > #ifdef DEBUG. The attached patch normalizes these lines, which makes the fix for the > (unrelated) macos bug 686844 simpler. There is a similar problem with gzspotan.c -r