Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / databases / virtuoso / patches / patch-libsrc_Wi_xml.h
blob3c314df0aa1c2f76b20a95cebe13b68b3368db07
1 $NetBSD$
3 boolean type already defined
4 --- libsrc/Wi/xml.h.orig 2012-03-23 12:28:31.000000000 +0000
5 +++ libsrc/Wi/xml.h
6 @@ -83,16 +83,6 @@ encoding_handler_t *intl_find_user_chars
8 #define XML_CHAR_ESCAPE(c,s) xml_escapes [c] = s;
10 -#ifndef __cplusplus
11 -/* Types definition */
12 -#ifndef _boolean
13 -typedef enum
14 - {
15 - false, true
16 - }
17 -_boolean;
18 -#endif
19 -#endif