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:
William S Fulton 2008-12-29 00:13:19 +00:00
commit b054bd4129
2 changed files with 4 additions and 1 deletions

View file

@ -94,4 +94,6 @@
#ifdef readdir
#undef readdir
#endif
#ifdef bind
#undef bind
#endif

View file

@ -43,6 +43,7 @@
/* Perl types */
#define SWIG_Object SV *
#define VOID_Object sv_newmortal()
/* Perl $shadow flag */
#define %newpointer_flags $shadow