changed convert_to_bool_ex to convert_to_boolean_ex from patch 891348
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6119 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e5c94c6254
commit
862c8bc74e
2 changed files with 2 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ strarray_inout(char [ANY])
|
|||
/* Typemap for in/argout references
|
||||
NOTE: we don't choose to use these for arrays yet, maybe later */
|
||||
|
||||
%typemap_inout_ord(bool,convert_to_bool_ex,ZVAL_BOOL)
|
||||
%typemap_inout_ord(bool,convert_to_boolean_ex,ZVAL_BOOL)
|
||||
%typemap_inout_ord(int,convert_to_long_ex,ZVAL_LONG)
|
||||
%typemap_inout_ord(unsigned int,convert_to_long_ex,ZVAL_LONG)
|
||||
%typemap_inout_ord(short,convert_to_long_ex,ZVAL_LONG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue