Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: source/common/uinit.cpp

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/common/uhash.c ('k') | source/common/uinvchar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/uinit.cpp
diff --git a/source/common/uinit.cpp b/source/common/uinit.cpp
index 323dab404db576e042853bc30a046eab88c8a286..901692864b385929389f6e623e1f56b3634e05f5 100644
--- a/source/common/uinit.cpp
+++ b/source/common/uinit.cpp
@@ -1,6 +1,6 @@
/*
******************************************************************************
-* Copyright (C) 2001-2013, International Business Machines
+* Copyright (C) 2001-2015, International Business Machines
* Corporation and others. All Rights Reserved.
******************************************************************************
* file name: uinit.cpp
@@ -34,8 +34,10 @@ static UBool U_CALLCONV uinit_cleanup() {
static void U_CALLCONV
initData(UErrorCode &status)
{
+#if UCONFIG_ENABLE_PLUGINS
/* initialize plugins */
uplug_init(&status);
+#endif
#if !UCONFIG_NO_CONVERSION
/*
« no previous file with comments | « source/common/uhash.c ('k') | source/common/uinvchar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698