From 40a3261d1a6e2617f6afde0cd6d762a7e211af7a Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 16 Oct 2005 07:41:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'. --- print/ghostscript8/files/patch-src:gxobj.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 print/ghostscript8/files/patch-src:gxobj.h (limited to 'print/ghostscript8/files/patch-src:gxobj.h') diff --git a/print/ghostscript8/files/patch-src:gxobj.h b/print/ghostscript8/files/patch-src:gxobj.h deleted file mode 100644 index 1b3bb6758042..000000000000 --- a/print/ghostscript8/files/patch-src:gxobj.h +++ /dev/null @@ -1,18 +0,0 @@ ---- src/gxobj.h.orig Thu Feb 21 14:24:53 2002 -+++ src/gxobj.h Sat Sep 27 19:17:17 2003 -@@ -103,11 +103,15 @@ - * required by the hardware, regardless of the value of obj_align_mod. - * See gsmemraw.h for more information about this. - */ -+#if !defined(__ia64__) && !defined(__amd64__) - #define obj_align_mod\ - (((arch_align_memory_mod - 1) |\ - (align_bitmap_mod - 1) |\ - (obj_back_scale - 1)) + 1) - /* The only possible values for obj_align_mod are 4, 8, or 16.... */ -+#else -+#define obj_align_mod 16 -+#endif - #if obj_align_mod == 4 - # define log2_obj_align_mod 2 - #else -- cgit v1.2.3