Bug 687554, Remove a comment about LZW-compatible code that is no longer apply
Alex Cherepanov <[email protected]> Mon, 27 Sep 2004 22:35:58 -0400
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Organization | Coscript Software |
| Message-ID | <[email protected]> |
Remove a comment about LZW-compatible code that is no longer apply. Bug 687554 This is a post-commit submission. _______________________________________________ gs-code-review mailing list [email protected] http://www.ghostscript.com/mailman/listinfo/gs-code-review
687554.diff
(text/plain, 1.2 KB)
Index: gs/src/Makefile.in =================================================================== RCS file: /cvs/ghostscript/gs/src/Makefile.in,v retrieving revision 1.38 diff -b -u -r1.38 Makefile.in --- gs/src/Makefile.in 8 Sep 2004 06:28:04 -0000 1.38 +++ gs/src/Makefile.in 28 Sep 2004 02:22:51 -0000 @@ -334,8 +334,7 @@ BAND_LIST_STORAGE=file # Choose which compression method to use when storing band lists in memory. -# The choices are 'lzw' or 'zlib'. lzw is not recommended, because the -# LZW-compatible code in Ghostscript doesn't actually compress its input. +# The choices are 'lzw' or 'zlib'. BAND_LIST_COMPRESSOR=zlib Index: gs/src/openvms.mmk =================================================================== RCS file: /cvs/ghostscript/gs/src/openvms.mmk,v retrieving revision 1.28 diff -b -u -r1.28 openvms.mmk --- gs/src/openvms.mmk 11 Dec 2003 02:22:11 -0000 1.28 +++ gs/src/openvms.mmk 28 Sep 2004 02:22:51 -0000 @@ -286,8 +286,7 @@ BAND_LIST_STORAGE=file # Choose which compression method to use when storing band lists in memory. -# The choices are 'lzw' or 'zlib'. lzw is not recommended, because the -# LZW-compatible code in Ghostscript doesn't actually compress its input. +# The choices are 'lzw' or 'zlib'. BAND_LIST_COMPRESSOR=zlib