using <> when including lib files, fix char{ANY], add char FIXSIZE[ANY], fix pyfragments.swg, fixing *.swg and *.i names

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6250 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-09-17 06:17:35 +00:00
commit 349e6bc6ee
29 changed files with 182 additions and 83 deletions

View file

@ -1,11 +1,11 @@
%include complex_common.i
/*
* C complex wrap
* C complex typemaps
* ISO C99: 7.3 Complex arithmetic <complex.h>
*/
%include <pycomplex.swg>
%{
#include <complex.h>
%}