Commit 6187c21b authored by Felix Jones's avatar Felix Jones

Wrapped string.c errno with ifndef macro for platforms that use inbuilt errno macro

parent 2b0dd1f4
......@@ -2769,7 +2769,9 @@ mrb_init_string(mrb_state *mrb)
#include <ctype.h>
#include <errno.h>
#ifndef errno
extern int errno;
#endif
#ifndef __STDC__
# ifdef __GNUC__
......
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