]> granicus.if.org Git - icu/commitdiff
ICU-11620 remove checks for U_COMMON_IMPLEMENTATION that seem unnecessary
authorMarkus Scherer <markus.icu@gmail.com>
Fri, 29 May 2015 22:33:55 +0000 (22:33 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Fri, 29 May 2015 22:33:55 +0000 (22:33 +0000)
X-SVN-Rev: 37479

icu4c/source/common/ubidiimp.h
icu4c/source/common/ubidiln.c
icu4c/source/common/ubidiwrt.c

index 14d7b99a6aabd2a75257a8ab7cd4e4e27861a3b1..accd177ce09913cfee76bc63574d47aad0ad030c 100644 (file)
@@ -17,9 +17,6 @@
 #ifndef UBIDIIMP_H
 #define UBIDIIMP_H
 
-/*  set import/export definitions */
-#ifdef U_COMMON_IMPLEMENTATION
-
 #include "unicode/utypes.h"
 #include "unicode/uchar.h"
 #include "ubidi_props.h"
@@ -468,5 +465,3 @@ ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAlloc
                         TRUE, (length)*sizeof(Isolate))
 
 #endif
-
-#endif
index e10c2032941e521c252705126be847e79311ac3e..f03defe625b2e09985aac78e3e98b987d3afc042 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ******************************************************************************
 *
-*   Copyright (C) 1999-2014, International Business Machines
+*   Copyright (C) 1999-2015, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ******************************************************************************
 #include "ubidiimp.h"
 #include "uassert.h"
 
-#ifndef U_COMMON_IMPLEMENTATION
-#error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see http://userguide.icu-project.org/howtouseicu
-#endif
-
 /*
  * General remarks about the functions in this file:
  *
index f554f35c4a01c4ae8cde99232bb96db95634dbed..2c6495967ca9c205e3865a4dbb9ab4861f960d2f 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ******************************************************************************
 *
-*   Copyright (C) 2000-2011, International Business Machines
+*   Copyright (C) 2000-2015, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 ******************************************************************************
 * the core algorithm and core API to write reordered text.
 */
 
-/* set import/export definitions */
-#ifndef U_COMMON_IMPLEMENTATION
-#   define U_COMMON_IMPLEMENTATION
-#endif
-
 #include "unicode/utypes.h"
 #include "unicode/ustring.h"
 #include "unicode/uchar.h"