* 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
This commit is contained in:
parent
f8c2a968dd
commit
0eb6ef5b5b
2
method.h
2
method.h
@ -67,7 +67,7 @@ typedef struct rb_method_definition_struct {
|
|||||||
VALUE proc; /* should be mark */
|
VALUE proc; /* should be mark */
|
||||||
enum method_optimized_type {
|
enum method_optimized_type {
|
||||||
OPTIMIZED_METHOD_TYPE_SEND,
|
OPTIMIZED_METHOD_TYPE_SEND,
|
||||||
OPTIMIZED_METHOD_TYPE_CALL,
|
OPTIMIZED_METHOD_TYPE_CALL
|
||||||
} optimize_type;
|
} optimize_type;
|
||||||
} body;
|
} body;
|
||||||
int alias_count;
|
int alias_count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user