Kaydet (Commit) 5ef86d55 authored tarafından Jack Jansen's avatar Jack Jansen

Undef strerror on the mac before redefining it

üst febf811a
...@@ -67,6 +67,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -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) ** call it strerror(), though, since that is already defined (for Think C)
** in ANSI ** in ANSI
*/ */
#undef strerror
#define strerror macstrerror #define strerror macstrerror
#include "macdefs.h" /* For CW to find EINTR */ #include "macdefs.h" /* For CW to find EINTR */
#endif /* !macintosh */ #endif /* !macintosh */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment