repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
databases
/
virtuoso
/
patches
/
patch-libsrc_Wi_xml.h
blob
3c314df0aa1c2f76b20a95cebe13b68b3368db07
1
$NetBSD$
2
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
7
8
#define XML_CHAR_ESCAPE(c,s) xml_escapes [c] = s;
9
10
-
#ifndef __cplusplus
11
-
/* Types definition */
12
-
#ifndef _boolean
13
-
typedef
enum
14
- {
15
-
false
,
true
16
- }
17
-
_boolean
;
18
-
#endif
19
-
#endif
20
21
22