blob: f18714393b8f4c6d58f341f2a426585c64e22930 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- pts_lzw.c.orig 2014-09-16 08:52:28 UTC
+++ pts_lzw.c
@@ -1,10 +1,3 @@
-#define DUMMY \
-set -ex; \
-g++ -DNDEBUG=1 -O3 -ansi -pedantic \
- -Wall -W -Wstrict-prototypes -Wtraditional -Wnested-externs -Winline \
- -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \
- -Wmissing-declarations pts_lzw.c -c; \
-exit
/* pts_lzw.c -- a real, effective implementation of PostScript
* LanguageLevel2 and PDF /LZWEncode and /LZWDecode filters (same as the LZW
* compression used in TIFF raster image files)
|