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,10 +1,6 @@
#ifndef __python_complex_i__
#define __python_complex_i__
#ifdef __cplusplus
%include <std_complex.i>
#else
%include <ccomplex.i>
#endif
#endif //__python_complex_i__