From 564fdbc5a774dfc32ed60f7be3b0e2f619151b21 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 20 Feb 2011 14:12:00 +0000 Subject: [PATCH] more Perl namespace pollution workarounds git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12502 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/perl5/noembed.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Lib/perl5/noembed.h b/Lib/perl5/noembed.h index 572465490..27e510df1 100644 --- a/Lib/perl5/noembed.h +++ b/Lib/perl5/noembed.h @@ -100,3 +100,9 @@ #ifdef bind #undef bind #endif +#ifdef access + #undef access +#endif +#ifdef stat + #undef stat +#endif