Fix another perl global namespace pollution

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10803 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-09-01 20:00:28 +00:00
commit 86913e26e3

View file

@ -91,3 +91,7 @@
#ifdef open
#undef open
#endif
#ifdef readdir
#undef readdir
#endif