summaryrefslogtreecommitdiff
path: root/databases/virtuoso/patches/patch-libsrc_Wi_xml.h
blob: 53ebda01b6ba7c7d796cc82eeceb0a553c24eb6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-libsrc_Wi_xml.h,v 1.1 2013/04/13 13:16:02 jaapb Exp $

boolean type already defined
--- libsrc/Wi/xml.h.orig	2012-03-23 12:28:31.000000000 +0000
+++ libsrc/Wi/xml.h
@@ -83,16 +83,6 @@ encoding_handler_t *intl_find_user_chars
 
 #define XML_CHAR_ESCAPE(c,s) xml_escapes [c] = s;
 
-#ifndef __cplusplus
-/* Types definition */
-#ifndef _boolean
-typedef enum
-  {
-    false, true
-  }
-_boolean;
-#endif
-#endif