Oops. Fixed _SWIG_ConvertPtr name.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@889 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e985c90b90
commit
94651ffbd5
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ extern void _SWIG_MakePtr(CPerlObj *, SV *, void *, swig_type_info *);
|
|||
SWIGRUNTIME(int)
|
||||
SWIG_ConvertPtr(SV *sv, void **ptr, swig_type_info *_t)
|
||||
#else
|
||||
#define SWIG_ConvertPtr(a,b,c) _SWIG_GetConvert(pPerl,a,b,c)
|
||||
#define SWIG_ConvertPtr(a,b,c) _SWIG_ConvertPtr(pPerl,a,b,c)
|
||||
SWIGRUNTIME(int)
|
||||
_SWIG_ConvertPtr(CPerlObj *pPerl, SV *sv, void **ptr, swig_type_info *_t)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue