Commit edf26d40 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3327 from AltimitSystems/errno.macro

Removed the errno declaration from string.c
parents 2b0dd1f4 fe86cf4c
...@@ -2769,7 +2769,6 @@ mrb_init_string(mrb_state *mrb) ...@@ -2769,7 +2769,6 @@ mrb_init_string(mrb_state *mrb)
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
extern int errno;
#ifndef __STDC__ #ifndef __STDC__
# ifdef __GNUC__ # ifdef __GNUC__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment