Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Lib/r/exception.i
2019-08-04 21:38:19 -05:00

9 lines
225 B
OpenEdge ABL

%include <typemaps/exception.swg>
%insert("runtime") {
%define_as(SWIG_exception(code, msg),
%block(switch (code) {case SWIG_IndexError: return Rf_ScalarLogical(NA_LOGICAL); default: %error(code, msg); SWIG_fail;} ))
}