* include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so that

extconf.rb do not need to check if headers exist under separated
  directory.  [ruby-dev:35437]

* include/{ruby,rubyio,rubysig}.h, include/ruby/intern.h: use
  "ruby/..." instead of <ruby/...>.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-07-12 13:30:46 +00:00
parent f94f8f351e
commit 7365301470
5 changed files with 32 additions and 5 deletions

View file

@ -1 +1 @@
#include <ruby/io.h>
#include "ruby/io.h"