From cec49cf8f48420d4e91f2d480cf281bd2d79e999 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Mon, 29 Jan 2007 10:14:29 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_EOL'. --- print/ghostscript8/files/patch-bjc250:src:gdevbjca.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 print/ghostscript8/files/patch-bjc250:src:gdevbjca.c (limited to 'print/ghostscript8/files/patch-bjc250:src:gdevbjca.c') diff --git a/print/ghostscript8/files/patch-bjc250:src:gdevbjca.c b/print/ghostscript8/files/patch-bjc250:src:gdevbjca.c deleted file mode 100644 index 37f525bfeb42..000000000000 --- a/print/ghostscript8/files/patch-bjc250:src:gdevbjca.c +++ /dev/null @@ -1,17 +0,0 @@ ---- bjc250/src/gdevbjca.c.orig Fri Nov 8 06:15:15 2002 -+++ bjc250/src/gdevbjca.c Fri Nov 8 07:47:41 2002 -@@ -46,10 +46,10 @@ - #include - #include - --private void bjc_put_bytes(P3(FILE *file, const char *data, int count)); --private void bjc_put_hi_lo(P2(FILE *file, int value)); --private void bjc_put_lo_hi(P2(FILE *file, int value)); --private void bjc_put_command(P3(FILE *file, char command, int count)); -+private void bjc_put_bytes(FILE *file, const char *data, int count); -+private void bjc_put_hi_lo(FILE *file, int value); -+private void bjc_put_lo_hi(FILE *file, int value); -+private void bjc_put_command(FILE *file, char command, int count); - - /* ---------------- Utilities ---------------- */ - -- cgit v1.2.3