css_enhanced_waf/devtools/swigwin-1.3.34/Lib/r/exception.i

9 lines
225 B
OpenEdge ABL
Raw Normal View History

2020-04-22 17:56:21 +01:00
%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;} ))
}