duh... #defining away bool will tend to break shit.

This commit is contained in:
espie 2010-05-28 09:18:31 +00:00
parent 22848f50e4
commit f721912b78

View File

@ -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 <string>
#include <vector>
#include <stddef.h>
@@ -30,10 +30,6 @@ typedef unsigned long nat8;
#endif
#endif
#endif
-
-#define bool int
-#define true 1
-#define false 0
#define nobreak