[Perl] Add "#undef do_exec" to our clean up of Perl global namespace pollution.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11620 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2009-08-17 12:06:08 +00:00
commit 2b4c962359
2 changed files with 7 additions and 0 deletions

View file

@ -7,6 +7,9 @@
#ifdef do_close
#undef do_close
#endif
#ifdef do_exec
#undef do_exec
#endif
#ifdef scalar
#undef scalar
#endif