From c46480b286391ca4dd22b6c9d5cbc95c6c2de646 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:56:37 +0000 Subject: merges r20977 and r20978 from trunk into ruby_1_9_1. * template/id.h.tmpl, id.h (ruby_method_ids): not depend on if token are defined as macros. [ruby-dev:37553] -- * template/id.h.tmpl, id.h (ruby_method_ids_check): enclosed in a struct. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c0972895..da8f6ef16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 25 05:53:01 2008 Nobuyoshi Nakada + + * template/id.h.tmpl, id.h (ruby_method_ids): not depend on if + token are defined as macros. [ruby-dev:37553] + + * template/id.h.tmpl, id.h (ruby_method_ids_check): enclosed in a + struct. + Thu Dec 25 01:52:34 2008 Nobuyoshi Nakada * thread.c (thread_start_func_2): sets native thread key. -- cgit