ICU-3499 Fix for z/OS. Make sure C++ tests are defined as C functions.

X-SVN-Rev: 15712
This commit is contained in:
George Rhoten 2004-06-04 17:11:09 +00:00
parent a969b9c53c
commit 115d10a107

View File

@ -17,7 +17,7 @@
/* prototypes *********************************/
U_CDECL_BEGIN
typedef void (*TestFunctionPtr)(void);
typedef void (U_CALLCONV *TestFunctionPtr)(void);
typedef struct TestNode TestNode;
U_CDECL_END