summaryrefslogtreecommitdiff
path: root/Lib/perl5/noembed.h
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2005-11-09 22:27:32 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2005-11-09 22:27:32 +0000
commit2500fe2a53092a450e9204d00a35d963314b5acc (patch)
tree67d27d841c9cfacf53906b8f7c3b3a0937598670 /Lib/perl5/noembed.h
parent4098a01b68712400c025fa76b418c92e5c10d28a (diff)
downloadswig-2500fe2a53092a450e9204d00a35d963314b5acc.tar.gz
comment added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7829 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/perl5/noembed.h')
-rw-r--r--Lib/perl5/noembed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/perl5/noembed.h b/Lib/perl5/noembed.h
index 3ab90f122..3a4cd4325 100644
--- a/Lib/perl5/noembed.h
+++ b/Lib/perl5/noembed.h
@@ -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