swig/Examples/test-suite/li_math.i
2009-08-13 14:58:27 +00:00

7 lines
182 B
OpenEdge ABL

%module li_math
#ifdef SWIGPHP
// PHP already provides these functions with the same names, so just kill that
// warning.
%warnfilter(SWIGWARN_PARSE_KEYWORD);
#endif
%include math.i