Comment out some more free() calls, which need to be turned on per-subsystem to weed...
[Math-GSL.git] / swig / Sys.i
blobe6301ba4444f70748db1e56bae7871c3aab4f5cb
1 %module "Math::GSL::Sys"
3 %include "typemaps.i"
4 %include "gsl_typemaps.i"
5 %apply int *OUTPUT { int * e };
7 %{
8 #include "gsl/gsl_sys.h"
9 %}
10 %include "gsl/gsl_sys.h"
11 %include "../pod/Sys.pod"