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:
Marcelo Matus 2004-09-07 09:35:23 +00:00
commit 9f6ffb2feb
2 changed files with 2 additions and 3 deletions

View file

@ -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"

View file

@ -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, ...)