From 1708ccaf0ba2758f736ccd3f9e2edbbb15448fa7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 9 Nov 2005 22:27:32 +0000 Subject: [PATCH] comment added git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7829 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/perl5/noembed.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SWIG/Lib/perl5/noembed.h b/SWIG/Lib/perl5/noembed.h index 3ab90f122..3a4cd4325 100644 --- a/SWIG/Lib/perl5/noembed.h +++ b/SWIG/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