Add Javascript (JSC) support for type conversion

Fix types_directive testcase to ensure the %types code is actually
called and not just cast from one type to the other.
This commit is contained in:
William S Fulton 2021-03-11 20:16:38 +00:00
commit 6aef217438
3 changed files with 17 additions and 17 deletions

View file

@ -11,6 +11,7 @@
#include <string.h>
#include <errno.h>
#include <limits.h>
#include <assert.h>
%}
%insert(runtime) "swigrun.swg"; /* SWIG API */