ICU-3905 Fix some compiler warnings, and compiler errors based on previous check-in.

X-SVN-Rev: 16208
This commit is contained in:
George Rhoten 2004-08-27 23:01:05 +00:00
parent 4c951c59c7
commit fe5df86581
2 changed files with 6 additions and 11 deletions

View File

@ -47,13 +47,6 @@
#ifndef UCNV_H
#define UCNV_H
/** Forward declaring the UConverter structure. @stable ICU 2.0 */
struct UConverter;
/** @stable ICU 2.0 */
typedef struct UConverter UConverter;
#include "unicode/utypes.h"
#include "unicode/ucnv_err.h"
#include "unicode/uenum.h"

View File

@ -85,12 +85,14 @@
#include "unicode/utypes.h"
/** From unicode/ucnv.h @stable ICU 2.0 */
typedef struct UConverter UConverter;
#if !UCONFIG_NO_CONVERSION
/** Forward declaring the UConverter structure. @stable ICU 2.0 */
struct UConverter;
/** @stable ICU 2.0 */
typedef struct UConverter UConverter;
/**
* FROM_U, TO_U context options for sub callback
* @stable ICU 2.0