From 9b29e5f7e1855f5381227363970e4ff21f3e4ae6 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 11 Jun 2012 02:57:02 +0000 Subject: * compile.c (iseq_set_sequence): nonstatic initializer of an aggregate type is a C99ism. * compile.c (enum compile_array_type_t): comma at the end of enum list is a C99ism. * vm_backtrace.c (enum LOCATION_TYPE): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c478ead24f..66f0197216 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Jun 11 11:52:18 2012 URABE Shyouhei + + * compile.c (iseq_set_sequence): nonstatic initializer of an + aggregate type is a C99ism. + + * compile.c (enum compile_array_type_t): comma at the end of enum + list is a C99ism. + + * vm_backtrace.c (enum LOCATION_TYPE): ditto. + Mon Jun 11 06:31:33 2012 Tanaka Akira * process.c (rb_proc_exec_n): revert the function removed at r35889. -- cgit v1.2.3