ruby-changes:15690
From: nobu <ko1@a...>
Date: Tue, 4 May 2010 13:00:29 +0900 (JST)
Subject: [ruby-changes:15690] Ruby:r27610 (trunk): * vm_insnhelper.c (argument_error): never return.
nobu 2010-05-04 13:00:20 +0900 (Tue, 04 May 2010) New Revision: 27610 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27610 Log: * vm_insnhelper.c (argument_error): never return. Modified files: trunk/vm_insnhelper.c Index: vm_insnhelper.c =================================================================== --- vm_insnhelper.c (revision 27609) +++ vm_insnhelper.c (revision 27610) @@ -102,6 +102,7 @@ /* method dispatch */ +NORETURN(static void argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc)); static void argument_error(const rb_iseq_t *iseq, int miss_argc, int correct_argc) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/