Removed the errno declaration from string.c

This commit is contained in:
Felix Jones
2016-12-07 14:17:09 +00:00
parent 6187c21bd9
commit fe86cf4c91
-3
View File
@@ -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__