]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/collation.cpp
ICU-59173.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / collation.cpp
index e5d07b8c058fe30be3ad4b427004350dbdc20c7a..14cb86576b8243c0f6d8338e21ab3d218f1e8e70 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 * Copyright (C) 2010-2014, International Business Machines
@@ -21,6 +23,8 @@ U_NAMESPACE_BEGIN
 // Some compilers don't care if constants are defined in the .cpp file.
 // MS Visual C++ does not like it, but gcc requires it. clang does not care.
 #ifndef _MSC_VER
+const uint8_t Collation::LEVEL_SEPARATOR_BYTE;
+const uint8_t Collation::MERGE_SEPARATOR_BYTE;
 const uint32_t Collation::ONLY_TERTIARY_MASK;
 const uint32_t Collation::CASE_AND_TERTIARY_MASK;
 #endif