From 9f6ffb2feb7ff6623564a5f34b5408fae42fbbc9 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 7 Sep 2004 09:35:23 +0000 Subject: [PATCH] cosmetic changes git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6237 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/python.swg | 3 +-- Lib/python/typemaps.i | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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, ...)