From 0eb6ef5b5b03b35b70c1189fce9bc09650521c54 Mon Sep 17 00:00:00 2001 From: nagachika Date: Tue, 16 Oct 2012 15:32:19 +0000 Subject: * method.h(rb_method_definition_struct): remove a comma after the last element of enum. fix for r37198. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- method.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'method.h') diff --git a/method.h b/method.h index 2baf9c5291..1341846442 100644 --- a/method.h +++ b/method.h @@ -67,7 +67,7 @@ typedef struct rb_method_definition_struct { VALUE proc; /* should be mark */ enum method_optimized_type { OPTIMIZED_METHOD_TYPE_SEND, - OPTIMIZED_METHOD_TYPE_CALL, + OPTIMIZED_METHOD_TYPE_CALL } optimize_type; } body; int alias_count; -- cgit v1.2.3