[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:
parent
4540717c39
commit
2b4c962359
2 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
#ifdef do_close
|
||||
#undef do_close
|
||||
#endif
|
||||
#ifdef do_exec
|
||||
#undef do_exec
|
||||
#endif
|
||||
#ifdef scalar
|
||||
#undef scalar
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue