summaryrefslogtreecommitdiff
path: root/Lib/perl5/noembed.h
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-20 14:12:00 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-20 14:12:00 +0000
commit564fdbc5a774dfc32ed60f7be3b0e2f619151b21 (patch)
tree6056771c8c25f7c23127ee85d803b29463e27f24 /Lib/perl5/noembed.h
parent0a5ca9ccd6e12c304bfbe75ab3d5b22cd1296d70 (diff)
downloadswig-564fdbc5a774dfc32ed60f7be3b0e2f619151b21.tar.gz
more Perl namespace pollution workarounds
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12502 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib/perl5/noembed.h')
-rw-r--r--Lib/perl5/noembed.h6
1 files changed, 6 insertions, 0 deletions
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