comment added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7829 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f7ebb5809b
commit
1708ccaf0b
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
/* Workaround perl5 global namespace pollution. Note that undefining library
|
||||
* functions like fopen will not solve the problem on all platforms as fopen
|
||||
* might be a macro on Windows but not necessarily on other operating systems. */
|
||||
#ifdef do_open
|
||||
#undef do_open
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue