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

Side by Side Diff: third_party/libcxx/include/support/solaris/wchar.h

Issue 75213003: Add libc++ and libc++abi to third-party. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 #define iswalpha sun_iswalpha
2 #define iswupper sun_iswupper
3 #define iswlower sun_iswlower
4 #define iswdigit sun_iswdigit
5 #define iswxdigit sun_iswxdigit
6 #define iswalnum sun_iswalnum
7 #define iswspace sun_iswspace
8 #define iswpunct sun_iswpunct
9 #define iswprint sun_iswprint
10 #define iswgraph sun_iswgraph
11 #define iswcntrl sun_iswcntrl
12 #define iswctype sun_iswctype
13 #define towlower sun_towlower
14 #define towupper sun_towupper
15 #define wcswcs sun_wcswcs
16 #define wcswidth sun_wcswidth
17 #define wcwidth sun_wcwidth
18 #define wctype sun_wctype
19 #define _WCHAR_T 1
20 #include_next "wchar.h"
21 #undef iswalpha
22 #undef iswupper
23 #undef iswlower
24 #undef iswdigit
25 #undef iswxdigit
26 #undef iswalnum
27 #undef iswspace
28 #undef iswpunct
29 #undef iswprint
30 #undef iswgraph
31 #undef iswcntrl
32 #undef iswctype
33 #undef towlower
34 #undef towupper
35 #undef wcswcs
36 #undef wcswidth
37 #undef wcwidth
38 #undef wctype
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698