blob: 4ebdf6857ecc6d3b0810375eea3608a28d88104f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* -----------------------------------------------------------------------------
* See the LICENSE file for information on copyright, usage and redistribution
* of SWIG, and the README file for authors - http://www.swig.org/release.html.
*
* cstring.i
* ----------------------------------------------------------------------------- */
%echo "cstring.i not implemented for this target"
#define SWIG_CSTRING_UNIMPL
/* old name keep for compatibility */
#define _CSTRING_UNIMPL
|