Fixed [ 800012 ] ENTER macro from CORE/scope.h clashes with libc search.h

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5172 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-09-30 17:52:45 +00:00
commit 360eb281e8

View file

@ -49,3 +49,6 @@
#ifdef ref
#undef ref
#endif
#ifdef ENTER
#undef ENTER
#endif