summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorFelix Jones <[email protected]>2016-12-07 14:17:09 +0000
committerFelix Jones <[email protected]>2016-12-07 14:17:09 +0000
commitfe86cf4c916b2ef89abd1ac7cd7eca63b7ae953e (patch)
tree0c9213bdc01d833628d17f3fd325e9694fe25c54 /src
parent6187c21bd96d120c4e58ebeae83749ab9f56a16c (diff)
downloadmruby-fe86cf4c916b2ef89abd1ac7cd7eca63b7ae953e.tar.gz
mruby-fe86cf4c916b2ef89abd1ac7cd7eca63b7ae953e.zip
Removed the errno declaration from string.c
Diffstat (limited to 'src')
-rw-r--r--src/string.c3
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__