summaryrefslogtreecommitdiff
path: root/Lib/gcj/cni.swg
blob: 247909a4a73c980758cc0fe9b2a8ced517808564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -----------------------------------------------------------------------------
 * 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.
 *
 * cni.swg
 * ----------------------------------------------------------------------------- */

#ifdef SWIG

#define __attribute__(...)
%ignore class$;
#pragma SWIG nowarn=313,402

%nodefaultdtor;

#endif