From fb93e65c760752fd2dbd6456500adb4b9a9c6f5e Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Oct 2008 13:07:07 +0000 Subject: * include/ruby.h: updated macros for headers. [ruby-core:19275] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ include/ruby.h | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3283db7ac..452fa5ebee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 10 22:07:05 2008 Nobuyoshi Nakada + + * include/ruby.h: updated macros for headers. [ruby-core:19275] + Fri Oct 10 19:21:50 2008 Nobuyoshi Nakada * parse.y (magic_comment_encoding): warns when ignored. diff --git a/include/ruby.h b/include/ruby.h index 7235064448..dd7e2b8e59 100644 --- a/include/ruby.h +++ b/include/ruby.h @@ -18,14 +18,13 @@ #define HAVE_RUBY_IO_H 1 #define HAVE_RUBY_MISSING_H 1 #define HAVE_RUBY_VM_H 1 -#define HAVE_RUBY_NODE_H 1 #define HAVE_RUBY_ONIGURUMA_H 1 #define HAVE_RUBY_RE_H 1 #define HAVE_RUBY_REGEX_H 1 #define HAVE_RUBY_RUBY_H 1 -#define HAVE_RUBY_SIGNAL_H 1 #define HAVE_RUBY_ST_H 1 #define HAVE_RUBY_UTIL_H 1 +#define HAVE_RUBY_VM_H 1 #ifdef _WIN32 #define HAVE_RUBY_WIN32_H 1 #endif -- cgit v1.2.3