diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-10-28 20:47:42 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-10-28 20:47:42 +0000 |
commit | 4db6f92b05f514b7a058320c58a46d8db73abad6 (patch) | |
tree | 25a018e79c425318f40110c50f2fd7e5222347dc /java/jdk16/files/patch-j2se-ttHints-HintScan.c | |
parent | - Prevent perllocal.pod from being written (diff) |
. Update to patchset 2 (based on 1.6.0_02 aka 6u2)
Notes
Notes:
svn path=/head/; revision=202232
Diffstat (limited to 'java/jdk16/files/patch-j2se-ttHints-HintScan.c')
-rw-r--r-- | java/jdk16/files/patch-j2se-ttHints-HintScan.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/java/jdk16/files/patch-j2se-ttHints-HintScan.c b/java/jdk16/files/patch-j2se-ttHints-HintScan.c deleted file mode 100644 index 929eee803136..000000000000 --- a/java/jdk16/files/patch-j2se-ttHints-HintScan.c +++ /dev/null @@ -1,24 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/src/share/native/sun/font/t2k/ttHints/HintScan.c 21 Jul 2006 17:30:59 -0000 1.1.1.2 -+++ ../../j2se/src/share/native/sun/font/t2k/ttHints/HintScan.c 9 Sep 2007 14:59:12 -0000 -@@ -34,8 +34,6 @@ - - #include "HintScan.h" - --#include "cpu.h" //for fastint -- - /* copy macros as temporal solution - straightforward including cause compilation issues */ - #define F26Dot6ToFixed(x) ((x) << 10) - #define IntToFixed(a) ((Fixed)(a) << 16) -@@ -208,8 +206,8 @@ - F26Dot6 *v, tv, vmin, vmax, ctr; - F26Dot6 xmin, xmax, ymin, ymax; - tt_int32 n; -- fastInt aPoint, startPoint, endPoint; -- fastInt firstTime = true; -+ short aPoint, startPoint, endPoint; -+ short firstTime = true; - tt_int32 numPts = 0; - - if (t->numberOfContours > 0) { |