Comment out some more free() calls, which need to be turned on per-subsystem to weed...
[Math-GSL.git] / swig / Errno.i
blob09cb3eaeb7cd06387623b131453d6bf7c5b6d1fe
1 %module "Math::GSL::Errno"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
4 %{
5 #include "gsl/gsl_errno.h"
6 #include "gsl/gsl_types.h"
7 %}
9 %apply const char* format {
10 const char * label,
11 const char * reason,
12 const char * file
15 %include "gsl/gsl_errno.h"
16 %include "gsl/gsl_types.h"
17 %include "../pod/Errno.pod"