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

Unified Diff: source/common/rbbicst.pl

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 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/rbbi.cpp ('k') | source/common/rbbidata.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/rbbicst.pl
diff --git a/source/common/rbbicst.pl b/source/common/rbbicst.pl
index 98b06cbc27d0b786f3f159300155d90eee1ae776..32dd2ffff107421817a2cf67555b116bb1d01180 100755
--- a/source/common/rbbicst.pl
+++ b/source/common/rbbicst.pl
@@ -1,6 +1,10 @@
#**************************************************************************
-# Copyright (C) 2002-2005 International Business Machines Corporation *
-# and others. All rights reserved. *
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html#License
+#**************************************************************************
+#**************************************************************************
+# Copyright (C) 2002-2016 International Business Machines Corporation
+# and others. All rights reserved.
#**************************************************************************
#
# rbbicst Compile the RBBI rule paser state table data into initialized C data.
@@ -348,6 +352,8 @@ else
print "#ifndef RBBIRPT_H\n";
print "#define RBBIRPT_H\n";
print "\n";
+ print "#include \"unicode/utypes.h\"\n";
+ print "\n";
print "U_NAMESPACE_BEGIN\n";
#
« no previous file with comments | « source/common/rbbi.cpp ('k') | source/common/rbbidata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698