summaryrefslogtreecommitdiff
path: root/print/ghostscript7-x11/files/patch-src_gxfixed.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--print/ghostscript7-x11/files/patch-src_gxfixed.h (renamed from print/ghostscript7-x11/files/patch-src-gxfixed.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript7-x11/files/patch-src-gxfixed.h b/print/ghostscript7-x11/files/patch-src_gxfixed.h
index 0988ca612c9b..991ab095762e 100644
--- a/print/ghostscript7-x11/files/patch-src-gxfixed.h
+++ b/print/ghostscript7-x11/files/patch-src_gxfixed.h
@@ -1,5 +1,5 @@
---- src/gxfixed.h.orig 2013-04-30 11:29:39.000000000 +0900
-+++ src/gxfixed.h 2013-04-30 11:31:03.000000000 +0900
+--- src/gxfixed.h.orig 2003-01-17 00:49:03 UTC
++++ src/gxfixed.h
@@ -27,12 +27,22 @@
* quantities: integers lose accuracy in crucial places,
* and floating point arithmetic is slow.
@@ -28,7 +28,7 @@
#define fixed_0 0L
#define fixed_epsilon 1L
/*
-@@ -120,13 +130,8 @@
+@@ -120,13 +130,8 @@ typedef ulong ufixed; /* only used in a
#define fixed_truncated(x) ((x) < 0 ? fixed_ceiling(x) : fixed_floor(x))
/* Define the largest and smallest integer values that fit in a fixed. */