From e0544a81cf5c8b69f129484f2dd10e0d506b7873 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 29 Jun 2007 06:33:51 +0000 Subject: * configure.in: add fastcall attribute check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7958a0ec0..e591ba335 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jun 29 15:32:00 2007 Koichi Sasada + + * configure.in: add fastcall attribute check. + Fri Jun 29 14:51:24 2007 Yukihiro Matsumoto * parse.y (assoc_list): remove expanded hash literal (no splat). -- cgit