summaryrefslogtreecommitdiff
path: root/devtools/swigwin-1.3.34/Lib/tcl/exception.i
blob: 4d22797cccb21dc75d08f8707ec5aebc48cdf2a4 (plain) (blame)
1
2
3
4
5
6
%include <typemaps/exception.swg>


%insert("runtime") {
  %define_as(SWIG_exception(code, msg), %block(%error(code, msg); return TCL_ERROR;))
}