diff --git a/Lib/python/python.swg b/Lib/python/python.swg index a1c41b82d..197e52489 100644 --- a/Lib/python/python.swg +++ b/Lib/python/python.swg @@ -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" diff --git a/Lib/python/typemaps.i b/Lib/python/typemaps.i index d86cb7867..e7bb14e4f 100644 --- a/Lib/python/typemaps.i +++ b/Lib/python/typemaps.i @@ -164,7 +164,7 @@ phased out in future releases. #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. */ %define %typemap_inout(Code,AsMeth, CheckMeth, FromMeth, AsFrag, CheckFrag, FromFrag, ...)