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

Side by Side Diff: source/common/uposixdefs.h

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 unified diff | Download patch
« no previous file with comments | « source/common/unistrappender.h ('k') | source/common/uresbund.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 ******************************************************************************* 2 *******************************************************************************
3 * Copyright (C) 2011-2012, International Business Machines 3 * Copyright (C) 2011-2015, International Business Machines
4 * Corporation and others. All Rights Reserved. 4 * Corporation and others. All Rights Reserved.
5 ******************************************************************************* 5 *******************************************************************************
6 * file name: uposixdefs.h 6 * file name: uposixdefs.h
7 * encoding: US-ASCII 7 * encoding: US-ASCII
8 * tab size: 8 (not used) 8 * tab size: 8 (not used)
9 * indentation:4 9 * indentation:4
10 * 10 *
11 * created on: 2011jul25 11 * created on: 2011jul25
12 * created by: Markus W. Scherer 12 * created by: Markus W. Scherer
13 * 13 *
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 * -AIX/VACPP 64 * -AIX/VACPP
65 * -Solaris/GCC 65 * -Solaris/GCC
66 */ 66 */
67 #if (U_PLATFORM == U_PF_AIX && !defined(__GNUC__)) || (U_PLATFORM == U_PF_SOLARI S && defined(__GNUC__)) 67 #if (U_PLATFORM == U_PF_AIX && !defined(__GNUC__)) || (U_PLATFORM == U_PF_SOLARI S && defined(__GNUC__))
68 # if _XOPEN_SOURCE_EXTENDED && !defined(U_HAVE_STD_STRING) 68 # if _XOPEN_SOURCE_EXTENDED && !defined(U_HAVE_STD_STRING)
69 # define U_HAVE_STD_STRING 0 69 # define U_HAVE_STD_STRING 0
70 # endif 70 # endif
71 #endif 71 #endif
72 72
73 #endif /* __UPOSIXDEFS_H__ */ 73 #endif /* __UPOSIXDEFS_H__ */
OLDNEW
« no previous file with comments | « source/common/unistrappender.h ('k') | source/common/uresbund.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698