couple of minor Perl fixes from Ling Li
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11012 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0f89bff13a
commit
b054bd4129
2 changed files with 4 additions and 1 deletions
|
|
@ -94,4 +94,6 @@
|
|||
#ifdef readdir
|
||||
#undef readdir
|
||||
#endif
|
||||
|
||||
#ifdef bind
|
||||
#undef bind
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
|
||||
/* Perl types */
|
||||
#define SWIG_Object SV *
|
||||
#define VOID_Object sv_newmortal()
|
||||
|
||||
/* Perl $shadow flag */
|
||||
#define %newpointer_flags $shadow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue