From 5a227c5fa6d681bc45a7358d59b84c69a6ad572c Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 30 Oct 2009 08:01:48 +0000 Subject: * vm_eval.c (enum call_type): get rid of last comma. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_eval.c') diff --git a/vm_eval.c b/vm_eval.c index 0f93a96d2..c78d9e5fb 100644 --- a/vm_eval.c +++ b/vm_eval.c @@ -26,6 +26,7 @@ typedef enum call_type { CALL_PUBLIC, CALL_FCALL, CALL_VCALL, + CALL_TYPE_MAX } call_type; static VALUE send_internal(int argc, const VALUE *argv, VALUE recv, call_type scope); -- cgit