git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11288 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
190 B
Text
9 lines
190 B
Text
%insert(runtime) %{
|
|
|
|
void SWIG_Error(int code, const char *msg) {
|
|
Scierror(code,_("%s\n"),msg);
|
|
}
|
|
|
|
#define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(999, msg); } else
|
|
|
|
%}
|