This reverts commit bf12d76d03.
Reverting a series of Octave commits for re-applying again without
incorrect whitespace changes.
6 lines
139 B
OpenEdge ABL
6 lines
139 B
OpenEdge ABL
%include <typemaps/exception.swg>
|
|
|
|
|
|
%insert("runtime") {
|
|
%define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
|
|
}
|