more Perl namespace pollution workarounds
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12502 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0a5ca9ccd6
commit
564fdbc5a7
1 changed files with 6 additions and 0 deletions
|
|
@ -100,3 +100,9 @@
|
|||
#ifdef bind
|
||||
#undef bind
|
||||
#endif
|
||||
#ifdef access
|
||||
#undef access
|
||||
#endif
|
||||
#ifdef stat
|
||||
#undef stat
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue