~ubuntu-branches/ubuntu/saucy/emscripten/saucy-proposed

« back to all changes in this revision

Viewing changes to system/include/libcxx/support/solaris/wchar.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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