Comment out some more free() calls, which need to be turned on per-subsystem to weed...
[Math-GSL.git] / swig / IEEEUtils.i
blob607c29b91da93925d7c169c8f1c704858968aa5e
1 %module "Math::GSL::IEEEUtils"
2 %include "gsl_typemaps.i"
3 %{
4 #include "gsl/gsl_ieee_utils.h"
5 %}
7 %apply const char* format {
8 const char* description
9 };
11 %include "gsl/gsl_ieee_utils.h"
12 %include "../pod/IEEEUtils.pod"