blob: 14de346346de56f540a9c80156aa9e577018f4f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* -----------------------------------------------------------------------------
* wchar.i
* ----------------------------------------------------------------------------- */
/*
wchar_t not supported, unless otherwise specified in the target language.
*/
#if defined(SWIG_WCHAR)
#undef SWIG_WCHAR
#endif
|