mirror of https://github.com/swig/swig
15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
/* -----------------------------------------------------------------------------
|
|
* cni.swg
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
#ifdef SWIG
|
|
|
|
#define __attribute__(...)
|
|
%ignore class$;
|
|
#pragma SWIG nowarn=313,402
|
|
|
|
%nodefaultdtor;
|
|
|
|
#endif
|
|
|