ICU-377 explicitely use extern for U_CFUNC in C, since not doing so brings complaints from the Rhapsody/Darwin Mach linker.

X-SVN-Rev: 1804
This commit is contained in:
Yves Arrouye 2000-07-12 06:34:43 +00:00
parent 17a71e5541
commit fb1d5d2135

View File

@ -62,7 +62,7 @@
# define U_CDECL_BEGIN extern "C" {
# define U_CDECL_END }
#else
# define U_CFUNC
# define U_CFUNC extern
# define U_CDECL_BEGIN
# define U_CDECL_END
#endif