From e22c0e2df44ca9b4d4ef48a32685d19cd2bcc76e Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Mon, 7 Nov 2005 13:10:17 +0000 Subject: [PATCH] add calloc git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7820 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/perl5/noembed.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SWIG/Lib/perl5/noembed.h b/SWIG/Lib/perl5/noembed.h index d4da7b6b1..3ab90f122 100644 --- a/SWIG/Lib/perl5/noembed.h +++ b/SWIG/Lib/perl5/noembed.h @@ -76,4 +76,6 @@ #ifdef malloc #undef malloc #endif - +#ifdef calloc + #undef calloc +#endif