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:
Kevin Ruland 2005-09-20 13:52:41 +00:00
commit a1c6f31c60

View file

@ -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 */