Skip to content

Commit ebe7496

Browse files
authored
Fix build: use LRE_BOOL in libunicode.h (bellard#244)
1 parent 1a5333b commit ebe7496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libunicode.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ typedef enum {
4141
} UnicodeNormalizationEnum;
4242

4343
int lre_case_conv(uint32_t *res, uint32_t c, int conv_type);
44-
int lre_canonicalize(uint32_t c, BOOL is_unicode);
44+
int lre_canonicalize(uint32_t c, LRE_BOOL is_unicode);
4545
LRE_BOOL lre_is_cased(uint32_t c);
4646
LRE_BOOL lre_is_case_ignorable(uint32_t c);
4747

@@ -102,7 +102,7 @@ int cr_op(CharRange *cr, const uint32_t *a_pt, int a_len,
102102

103103
int cr_invert(CharRange *cr);
104104

105-
int cr_regexp_canonicalize(CharRange *cr, BOOL is_unicode);
105+
int cr_regexp_canonicalize(CharRange *cr, LRE_BOOL is_unicode);
106106

107107
#ifdef CONFIG_ALL_UNICODE
108108

0 commit comments

Comments
 (0)