From f8d8c0667385d0f368ca760e0aa21b10ff4aea05 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: http://svn.ruby-lang.org/repos/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 a3283db7a..452fa5ebe 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 723506444..dd7e2b8e5 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