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

Unified Diff: source/tools/toolutil/package.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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/tools/toolutil/collationinfo.cpp ('k') | source/tools/toolutil/package.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/tools/toolutil/package.h
diff --git a/source/tools/toolutil/package.h b/source/tools/toolutil/package.h
index 2cce5df0aa579124ba701216e470c2a8182a001a..5c01be2a15781baa4e9caaf4ba0b77ceb97c31d1 100644
--- a/source/tools/toolutil/package.h
+++ b/source/tools/toolutil/package.h
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
-* Copyright (C) 2005-2013, International Business Machines
+* Copyright (C) 2005-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -26,7 +26,7 @@
// .dat package file representation ---------------------------------------- ***
#define STRING_STORE_SIZE 100000
-#define MAX_PKG_NAME_LENGTH 32
+#define MAX_PKG_NAME_LENGTH 64
typedef void CheckDependency(void *context, const char *itemName, const char *targetName);
« no previous file with comments | « source/tools/toolutil/collationinfo.cpp ('k') | source/tools/toolutil/package.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698