ICU-3685 Use the same definition for UBreakIterator as ubrk.h

X-SVN-Rev: 14908
This commit is contained in:
George Rhoten 2004-04-08 22:46:29 +00:00
parent 1aaee98915
commit 837d4bd693
2 changed files with 2 additions and 2 deletions

View File

@ -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
/**

View File

@ -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
/**