summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/repack.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:29:32 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:29:32 +0000
commitf61bbe1e960052731889ff87ac1885f85b786f51 (patch)
tree231297089d4ab3b7012ea6f0be2647aa1a4720fb /Build/source/texk/dvipsk/repack.c
parent2febf30b2c406dc2962ab8e37812637b1a7ab7f3 (diff)
towards TL2010: texk/dvipsk
git-svn-id: svn://tug.org/texlive/trunk@15969 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/repack.c')
-rw-r--r--Build/source/texk/dvipsk/repack.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/Build/source/texk/dvipsk/repack.c b/Build/source/texk/dvipsk/repack.c
index 528a24deda1..b5ed17b19a1 100644
--- a/Build/source/texk/dvipsk/repack.c
+++ b/Build/source/texk/dvipsk/repack.c
@@ -4,9 +4,10 @@
* (Slight mods by Don Knuth in December 89.)
*/
#include "dvips.h" /* The copyright notice in that file is included too! */
-#ifdef DEBUG
-extern integer debug_flag;
-#endif /* DEBUG */
+/*
+ * The external declarations:
+ */
+#include "protos.h"
/* Given a raster that has been unpacked from PK format,
* we compress it by another scheme that is suitable for
@@ -33,8 +34,6 @@ extern integer debug_flag;
#define ADVXCHG2END CMD(13)
#define END CMD(14)
-#include "protos.h"
-
static int rowlength = -1 ;
static unsigned char *specdata ;
static long tslen = 0 ;
@@ -319,8 +318,6 @@ dochar(unsigned char *from, short width, short height)
}
}
-extern long bytesleft ;
-extern quarterword *raster ;
long mbytesleft ;
quarterword *mraster ;