mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-3685 Use the same definition for UBreakIterator as ubrk.h
X-SVN-Rev: 14908
This commit is contained in:
parent
1aaee98915
commit
837d4bd693
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
/** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/
|
||||
#ifndef UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
# define UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
typedef void *UBreakIterator;
|
||||
typedef void UBreakIterator;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
/** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. */
|
||||
#ifndef UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
# define UBRK_TYPEDEF_UBREAK_ITERATOR
|
||||
typedef void *UBreakIterator;
|
||||
typedef void UBreakIterator;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue