[#92063] [Ruby trunk Misc#15723] Reconsider numbered parameters — zverok.offline@...
Issue #15723 has been updated by zverok (Victor Shepelev).
3 messages
2019/03/31
[ruby-core:91990] [Ruby trunk Bug#15728] error compiling C - file under Ruby
From:
aleksandrshved@...
Date:
2019-03-26 07:24:55 UTC
List:
ruby-core #91990
Issue #15728 has been reported by Shved (Aleksandr Shved). ---------------------------------------- Bug #15728: error compiling C - file under Ruby https://bugs.ruby-lang.org/issues/15728 * Author: Shved (Aleksandr Shved) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.6.2 * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- Compiler message /usr/local/include/ruby-2.6.0/ruby/intern.h:506:10: error: expected ‘,’ or ‘;’ before ‘void’ COLDFUNC NORETURN(void rb_memerror(void)); The specified line contains: COLDFUNC NORETURN(void rb_memerror(void)); And so the compilation goes without errors COLDFUNC (void rb_memerror(void)); -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>