From: Steven R. Loomis Date: Tue, 14 Feb 2012 15:56:51 +0000 (+0000) Subject: ICU-9113 fix misplaced ifdef X-Git-Tag: milestone-59-0-1~4054 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=017638f6fb43ea40ef75a8d9b36e0f28db51c40d;p=icu ICU-9113 fix misplaced ifdef X-SVN-Rev: 31392 --- diff --git a/icu4c/source/common/putilimp.h b/icu4c/source/common/putilimp.h index 6d97dacfd17..bbb7d3e88c2 100644 --- a/icu4c/source/common/putilimp.h +++ b/icu4c/source/common/putilimp.h @@ -1,7 +1,7 @@ /* ****************************************************************************** * -* Copyright (C) 1997-2011, International Business Machines +* Copyright (C) 1997-2012, International Business Machines * Corporation and others. All Rights Reserved. * ****************************************************************************** @@ -543,6 +543,7 @@ U_INTERNAL UVoidFunction* U_EXPORT2 uprv_dlsym_func( void *lib, const char *symb */ /* U_INTERNAL void * U_EXPORT2 uprv_dlsym_data( void *lib, const char *symbolName, UErrorCode *status); */ +#endif /** * Define malloc and related functions @@ -561,6 +562,4 @@ U_INTERNAL UVoidFunction* U_EXPORT2 uprv_dlsym_func( void *lib, const char *symb #endif -#endif - #endif