From fe86cf4c916b2ef89abd1ac7cd7eca63b7ae953e Mon Sep 17 00:00:00 2001 From: Felix Jones Date: Wed, 7 Dec 2016 14:17:09 +0000 Subject: Removed the errno declaration from string.c --- src/string.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 #include -#ifndef errno -extern int errno; -#endif #ifndef __STDC__ # ifdef __GNUC__ -- cgit v1.2.3