ICU-580 OS/390 porting changes

X-SVN-Rev: 3597
This commit is contained in:
George Rhoten 2001-02-08 22:30:24 +00:00
parent 41dd06a9b0
commit e3ed5d6402
3 changed files with 3 additions and 3 deletions

View File

@ -310,7 +310,7 @@ void UnicodeTest::TestIdentifier()
}
/* for each line of UnicodeData.txt, check some of the properties */
void
void U_CALLCONV
UnicodeTest::unicodeDataLineFn(void *context,
char *fields[][2], int32_t fieldCount,
UErrorCode *pErrorCode) {

View File

@ -39,7 +39,7 @@ public:
void TestMisc(void);
/** Helper function for TestUnicodeData */
static void unicodeDataLineFn(void *context,
static void U_CALLCONV unicodeDataLineFn(void *context,
char *fields[][2], int32_t fieldCount,
UErrorCode *pErrorCode);
/**

View File

@ -24,7 +24,7 @@
#include "unicode/utypes.h"
/* Function type for u_parseDelimitedFile(). */
typedef void
typedef void U_CALLCONV
UParseLineFn(void *context,
char *fields[][2],
int32_t fieldCount,