more comments and cosmetic fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5789 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-03-23 01:07:45 +00:00
commit 557c66c367
5 changed files with 12 additions and 18 deletions

View file

@ -1,6 +1,3 @@
#ifndef __python_complex_common_i__
#define __python_complex_common_i__
/*
Defines the As/From conversors for double/float complex, you need to
provide complex Type, the Name you want to use in the conversors,
@ -103,4 +100,3 @@ SWIGSTATICINLINE(int)
%swig_cplxdbl_conv(Type, Constructor, Real, Imag)
#endif //__python_complex_common_i__