Fix swig files, now compiles on gsl-1.11 AND gsl-1.12
[Math-GSL.git] / swig / PowInt.i
blobe256a7720a08f84be2813bca74cf4ce1a3f8ea31
1 %module "Math::GSL::PowInt"
2 %include "system.i"
3 %{
4 #include "gsl/gsl_pow_int.h"
5 %}
6 #if GSL_MINOR_VERSION == 12
7 %import "gsl/gsl_inline.h"
8 #endif
10 %include "gsl/gsl_pow_int.h"
11 %include "../pod/PowInt.pod"