mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Removed the errno declaration from string.c
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user