ruby-changes:48369
From: kazu <ko1@a...>
Date: Sat, 28 Oct 2017 00:14:04 +0900 (JST)
Subject: [ruby-changes:48369] kazu:r60483 (trunk): Remove duplicated include
kazu 2017-10-28 00:13:59 +0900 (Sat, 28 Oct 2017) New Revision: 60483 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60483 Log: Remove duplicated include Modified files: trunk/error.c Index: error.c =================================================================== --- error.c (revision 60482) +++ error.c (revision 60483) @@ -525,7 +525,7 @@ die(void) https://github.com/ruby/ruby/blob/trunk/error.c#L525 abort(); } -#include <stdio.h> + void rb_bug(const char *fmt, ...) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/