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:
parent
9739be60d0
commit
6aef217438
3 changed files with 17 additions and 17 deletions
|
|
@ -11,6 +11,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <assert.h>
|
||||
%}
|
||||
|
||||
%insert(runtime) "swigrun.swg"; /* SWIG API */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue