mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "Include RUBY_EXTCONF_H if available"
It is unnecessary because RUBY_EXTCONF_H has already been included in
ruby/internal/config.h.
This reverts commit 0644f466b0
.
This commit is contained in:
parent
f4be7a510e
commit
597e063606
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
|||
#include "ruby/ruby.h"
|
||||
#include <float.h>
|
||||
|
||||
#ifdef RUBY_EXTCONF_H
|
||||
# include RUBY_EXTCONF_H
|
||||
#endif
|
||||
|
||||
#if defined(__bool_true_false_are_defined)
|
||||
# /* Take that. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue