ruby-changes:45485
From: ko1 <ko1@a...>
Date: Tue, 7 Feb 2017 13:24:49 +0900 (JST)
Subject: [ruby-changes:45485] ko1:r57558 (trunk): TRUE is not defined here...
ko1 2017-02-07 13:24:44 +0900 (Tue, 07 Feb 2017) New Revision: 57558 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57558 Log: TRUE is not defined here... Modified files: trunk/vm_core.h Index: vm_core.h =================================================================== --- vm_core.h (revision 57557) +++ vm_core.h (revision 57558) @@ -1271,7 +1271,7 @@ static inline int https://github.com/ruby/ruby/blob/trunk/vm_core.h#L1271 vm_block_handler_verify(VALUE block_handler) { VM_ASSERT(block_handler == VM_BLOCK_HANDLER_NONE || - (vm_block_handler_type(block_handler), TRUE)); + (vm_block_handler_type(block_handler), 1)); return 1; } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/