ICU-2235 Fix for gcc

X-SVN-Rev: 12818
This commit is contained in:
George Rhoten 2003-08-13 20:45:50 +00:00
parent 556b322585
commit a81af8504b
3 changed files with 3 additions and 12 deletions

View file

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

View file

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

View file

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