From e3aafcf459057e4f4e14271c74a4069a62714712 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 30 Sep 2003 23:27:27 +0000 Subject: [PATCH] ICU-2962 Fix a warning on Solaris and an error on z/OS X-SVN-Rev: 13259 --- icu4c/source/common/propname.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/icu4c/source/common/propname.cpp b/icu4c/source/common/propname.cpp index 7cc0e13dcd8..baaa4bf0be0 100644 --- a/icu4c/source/common/propname.cpp +++ b/icu4c/source/common/propname.cpp @@ -305,6 +305,7 @@ struct NameAndIndex { Offset name, index; }; +U_CDECL_BEGIN typedef int32_t U_CALLCONV PropNameCompareFn(const char *name1, const char *name2); struct CompareContext { @@ -318,6 +319,7 @@ upname_compareRows(const void *context, const void *left, const void *right) { return cmp->propCompare(cmp->chars+((const NameAndIndex *)left)->name, cmp->chars+((const NameAndIndex *)right)->name); } +U_CDECL_END int32_t NameToEnum::swap(const UDataSwapper *ds,