stdlib.h is always included in include/ruby/defines.h

Since commit:6537dc309962c7fefcb8d698bbebe4e4f78d0096.
This commit is contained in:
Nobuyoshi Nakada 2021-01-05 00:55:55 +09:00
parent f42593c98e
commit bf21faec15
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 0 additions and 3 deletions

3
main.c
View File

@ -29,9 +29,6 @@
#if defined RUBY_DEBUG_ENV && !RUBY_DEBUG_ENV
# undef RUBY_DEBUG_ENV
#endif
#ifdef RUBY_DEBUG_ENV
#include <stdlib.h>
#endif
int
main(int argc, char **argv)