diff options
| -rw-r--r-- | src/string.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/string.c b/src/string.c index 4189d84d0..a9351619b 100644 --- a/src/string.c +++ b/src/string.c @@ -2769,9 +2769,6 @@ mrb_init_string(mrb_state *mrb) #include <ctype.h> #include <errno.h> -#ifndef errno -extern int errno; -#endif #ifndef __STDC__ # ifdef __GNUC__ |
