Skip to content

Commit

Permalink
* method.h (rb_method_type_t): remove a comma at end of
Browse files Browse the repository at this point in the history
  enumerator list.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed Oct 2, 2009
1 parent e66470a commit 7054856
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sat Oct 3 00:43:52 2009 NARUSE, Yui <[email protected]>

* method.h (rb_method_type_t): remove a comma at end of
enumerator list.

Sat Oct 3 00:31:04 2009 Nobuyoshi Nakada <[email protected]>

* range.c (discrete_object_p): needs the argument type to get rid
Expand Down
2 changes: 1 addition & 1 deletion method.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ typedef enum {
VM_METHOD_TYPE_UNDEF,
VM_METHOD_TYPE_NOTIMPLEMENTED,
VM_METHOD_TYPE_OPTIMIZED, /* Kernel#send, Proc#call, etc */
VM_METHOD_TYPE_MISSING, /* wrapper for method_missing(id) */
VM_METHOD_TYPE_MISSING /* wrapper for method_missing(id) */
} rb_method_type_t;

typedef struct rb_method_cfunc_struct {
Expand Down

0 comments on commit 7054856

Please sign in to comment.