Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / share / swig / 1.3.26 / python / wchar.i
CommitLineData
920dae64
AT
1#ifdef __cplusplus
2
3%{
4#include <cwchar>
5%}
6
7#else
8
9%{
10#include <wchar.h>
11%}
12
13#endif
14
15%types(wchar_t *);
16%include <pywstrings.swg>
17
18/*
19 Enable swig wchar support.
20*/
21#define SWIG_WCHAR