mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-2235 Fix for gcc
X-SVN-Rev: 12818
This commit is contained in:
parent
556b322585
commit
a81af8504b
3 changed files with 3 additions and 12 deletions
|
@ -14,6 +14,7 @@
|
|||
#define UCNV_IO_H
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
#include "udataswp.h"
|
||||
|
||||
#define UCNV_AMBIGUOUS_ALIAS_MAP_BIT 0x8000
|
||||
#define UCNV_CONVERTER_INDEX_MASK 0xFFF
|
||||
|
@ -149,10 +150,6 @@ ucnv_io_getDefaultConverterName(void);
|
|||
U_CFUNC void
|
||||
ucnv_io_setDefaultConverterName(const char *name);
|
||||
|
||||
/* forward declaration */
|
||||
struct UDataSwapper;
|
||||
typedef struct UDataSwapper UDataSwapper;
|
||||
|
||||
/**
|
||||
* Swap an ICU converter alias table. See ucnv_io.c.
|
||||
* @internal
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/uset.h"
|
||||
#include "udataswp.h"
|
||||
|
||||
/* indexes[] entries */
|
||||
enum {
|
||||
|
@ -354,10 +355,6 @@ uchar_addPropertyStarts(USet *set, UErrorCode *pErrorCode);
|
|||
U_CAPI void U_EXPORT2
|
||||
uprv_getInclusions(USet* set, UErrorCode *pErrorCode);
|
||||
|
||||
/* forward declaration */
|
||||
struct UDataSwapper;
|
||||
typedef struct UDataSwapper UDataSwapper;
|
||||
|
||||
/**
|
||||
* Swap the ICU Unicode properties file. See uchar.c.
|
||||
* @internal
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#define __UTRIE_H__
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
#include "udataswp.h"
|
||||
|
||||
U_CDECL_BEGIN
|
||||
|
||||
|
@ -663,10 +664,6 @@ utrie_serialize(UNewTrie *trie, void *data, int32_t capacity,
|
|||
UBool reduceTo16Bits,
|
||||
UErrorCode *pErrorCode);
|
||||
|
||||
/* forward declaration */
|
||||
struct UDataSwapper;
|
||||
typedef struct UDataSwapper UDataSwapper;
|
||||
|
||||
/**
|
||||
* Swap a serialized UTrie.
|
||||
* @internal
|
||||
|
|
Loading…
Add table
Reference in a new issue