diff --git a/java/jlint/patches/patch-types_hh b/java/jlint/patches/patch-types_hh index 196893e2e5b..46cb1aab366 100644 --- a/java/jlint/patches/patch-types_hh +++ b/java/jlint/patches/patch-types_hh @@ -1,6 +1,6 @@ -$OpenBSD: patch-types_hh,v 1.2 2009/03/26 18:06:01 naddy Exp $ +$OpenBSD: patch-types_hh,v 1.3 2010/05/28 09:18:31 espie Exp $ --- types.hh.orig Fri Apr 4 20:29:43 2003 -+++ types.hh Thu Mar 26 19:01:07 2009 ++++ types.hh Fri May 28 11:17:02 2010 @@ -2,10 +2,10 @@ #define TYPES_HH @@ -13,3 +13,14 @@ $OpenBSD: patch-types_hh,v 1.2 2009/03/26 18:06:01 naddy Exp $ #include #include #include +@@ -30,10 +30,6 @@ typedef unsigned long nat8; + #endif + #endif + #endif +- +-#define bool int +-#define true 1 +-#define false 0 + + #define nobreak +