From 71f7a472b44d934b21654533a03141e93ad89a5f Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 12 Dec 2008 14:54:57 +0000 Subject: merges r20591 from trunk into ruby_1_9_1. * cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type), vm_insnhelper.h (BOP): ISO C forbids comma at end of enumerator list. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9632192f2..cc2b461a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Dec 9 13:25:51 2008 Nobuyoshi Nakada + + * cont.c (fiber_status), template/insns.inc.tmpl (ruby_vminsn_type), + vm_insnhelper.h (BOP): ISO C forbids comma at end of enumerator + list. + + * vm_insnhelper.c (check_cfunc): use function pointer. + Tue Dec 9 12:08:47 2008 Nobuyoshi Nakada * .gdbinit (rp): fixed typo for T_STRUCT. -- cgit