]> granicus.if.org Git - icu/commitdiff
ICU-9113 fix misplaced ifdef
authorSteven R. Loomis <srl@icu-project.org>
Tue, 14 Feb 2012 15:56:51 +0000 (15:56 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Tue, 14 Feb 2012 15:56:51 +0000 (15:56 +0000)
X-SVN-Rev: 31392

icu4c/source/common/putilimp.h

index 6d97dacfd178ed766ba5725d01ce93d0fb8314a8..bbb7d3e88c2bae3f236849fc8ff8d087f6310ad7 100644 (file)
@@ -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