cosmetic changes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6237 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fc6ac9a6ea
commit
9f6ffb2feb
2 changed files with 2 additions and 3 deletions
|
|
@ -23,10 +23,9 @@
|
||||||
|
|
||||||
|
|
||||||
/* -----------------------------------------------------------------------------
|
/* -----------------------------------------------------------------------------
|
||||||
* Look for user fragments.i file, if not, include empty system one.
|
* Look for user fragments.i file. If not found, include empty system one.
|
||||||
* ----------------------------------------------------------------------------- */
|
* ----------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
||||||
%include "fragments.i"
|
%include "fragments.i"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -164,7 +164,7 @@ phased out in future releases.
|
||||||
|
|
||||||
#ifdef SWIG_INOUT_NODEF
|
#ifdef SWIG_INOUT_NODEF
|
||||||
/*
|
/*
|
||||||
Apply the INPUT/OUTPUT typemaps to all the C types (int, double) if
|
Apply the INPUT/OUTPUT typemaps to all the C types (int, double, ...) if
|
||||||
not already defined.
|
not already defined.
|
||||||
*/
|
*/
|
||||||
%define %typemap_inout(Code,AsMeth, CheckMeth, FromMeth, AsFrag, CheckFrag, FromFrag, ...)
|
%define %typemap_inout(Code,AsMeth, CheckMeth, FromMeth, AsFrag, CheckFrag, FromFrag, ...)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue