summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/pkin.c
diff options
context:
space:
mode:
authorHan The Thanh <hanthethanh@gmail.com>2010-04-15 10:41:16 +0000
committerHan The Thanh <hanthethanh@gmail.com>2010-04-15 10:41:16 +0000
commite4f537c4f2f520fd294def7658650ee576abdf57 (patch)
tree048faf21ee5d0a8a28ecb03b43efc0262e96c6ef /Build/source/texk/web2c/pdftexdir/pkin.c
parentf9a686d424f912154ffe8b7d5eb235032777a16f (diff)
some cleanup and bug fixes for pdftex
git-svn-id: svn://tug.org/texlive/trunk@17876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/pkin.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/pkin.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/pkin.c b/Build/source/texk/web2c/pdftexdir/pkin.c
index 52530cde437..cb43cc55677 100644
--- a/Build/source/texk/web2c/pdftexdir/pkin.c
+++ b/Build/source/texk/web2c/pdftexdir/pkin.c
@@ -172,9 +172,6 @@ static halfword pkpackednum(void)
repeatcount = pkpackednum();
else
repeatcount = 1;
-#ifdef DEBUG
- printf("[%d]", (int) repeatcount);
-#endif
return ((*realfunc) ());
}
}
@@ -274,12 +271,6 @@ static void unpack(chardesc * cd)
bitweight = 0;
while (rowsleft > 0) {
count = (*realfunc) ();
-#ifdef DEBUG
- if (turnon)
- printf("(%d) ", (int) count);
- else
- printf("%d ", (int) count);
-#endif
while (count != 0) {
if ((count < wordweight) && (count < hbit)) {
if (turnon)