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 --- vm_backtrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_backtrace.c') diff --git a/vm_backtrace.c b/vm_backtrace.c index 93a8537097..d2e519bbb6 100644 --- a/vm_backtrace.c +++ b/vm_backtrace.c @@ -44,7 +44,7 @@ typedef struct rb_backtrace_location_struct { LOCATION_TYPE_ISEQ = 1, LOCATION_TYPE_ISEQ_CALCED, LOCATION_TYPE_CFUNC, - LOCATION_TYPE_IFUNC, + LOCATION_TYPE_IFUNC } type; union { -- cgit v1.2.3