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

Unified Diff: source/i18n/decNumberLocal.h

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/i18n/decNumber.c ('k') | source/i18n/decfmtst.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/decNumberLocal.h
diff --git a/source/i18n/decNumberLocal.h b/source/i18n/decNumberLocal.h
index bf6d54b8b27a4c90654acee42d49cf241a1bcc63..294d5f519da6dfa91a394f1abe7bfff4496dbab1 100644
--- a/source/i18n/decNumberLocal.h
+++ b/source/i18n/decNumberLocal.h
@@ -1,7 +1,9 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/* ------------------------------------------------------------------ */
/* decNumber package local type, tuning, and macro definitions */
/* ------------------------------------------------------------------ */
-/* Copyright (c) IBM Corporation, 2000-2012. All rights reserved. */
+/* Copyright (c) IBM Corporation, 2000-2016. All rights reserved. */
/* */
/* This software is made available under the terms of the */
/* ICU License -- ICU 1.8.1 and later. */
@@ -29,6 +31,7 @@
#include <stdlib.h> /* for abs */
#include <string.h> /* for memset, strcpy */
+ #include "decContext.h"
/* Conditional code flag -- set this to match hardware platform */
#if !defined(DECLITEND)
« no previous file with comments | « source/i18n/decNumber.c ('k') | source/i18n/decfmtst.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698