Use named typemaps "REF" in add() function. Corresponds to recent changes
in phppointer.i git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7461 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8ad9d8ace2
commit
a1c6f31c60
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
%include phppointers.i
|
||||
/* First we'll use the pointer library */
|
||||
extern void add(double *x, double *y, double *result);
|
||||
extern void add(double *REF, double *REF, double *REF);
|
||||
|
||||
/* Next we'll use some typemaps */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue