diff options
Diffstat (limited to 'print/ghostscript7-x11/files/patch-src_zfunc4.c')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_zfunc4.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print/ghostscript7-x11/files/patch-src_zfunc4.c b/print/ghostscript7-x11/files/patch-src_zfunc4.c deleted file mode 100644 index a1d67a42e6ab..000000000000 --- a/print/ghostscript7-x11/files/patch-src_zfunc4.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/zfunc4.c.orig 2003-01-17 00:49:06 UTC -+++ src/zfunc4.c -@@ -150,10 +150,6 @@ check_psc_function(i_ctx_t *i_ctx_p, con - case t_integer: { - int i = elt.value.intval; - --#if ARCH_SIZEOF_INT < ARCH_SIZEOF_LONG -- if (i != elt.value.intval) /* check for truncation */ -- return_error(e_rangecheck); --#endif - if (i == (byte)i) { - *p = PtCr_byte; - p[1] = (byte)i; |