add calloc

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7820 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-11-07 13:10:17 +00:00
commit e22c0e2df4

View file

@ -76,4 +76,6 @@
#ifdef malloc
#undef malloc
#endif
#ifdef calloc
#undef calloc
#endif