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

7 lines
145 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(%error(code, msg); return TCL_ERROR;))
}