Undef strerror on the mac before redefining it

This commit is contained in:
Jack Jansen 1995-01-19 12:16:44 +00:00
parent febf811a2d
commit 5ef86d55b5
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
** call it strerror(), though, since that is already defined (for Think C)
** in ANSI
*/
#undef strerror
#define strerror macstrerror
#include "macdefs.h" /* For CW to find EINTR */
#endif /* !macintosh */