ruby-changes:54498
From: svn <ko1@a...>
Date: Fri, 4 Jan 2019 22:14:22 +0900 (JST)
Subject: [ruby-changes:54498] svn:r66713 (trunk): * expand tabs.
svn 2019-01-04 22:14:18 +0900 (Fri, 04 Jan 2019) New Revision: 66713 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66713 Log: * expand tabs. Modified files: trunk/bignum.c Index: bignum.c =================================================================== --- bignum.c (revision 66712) +++ bignum.c (revision 66713) @@ -2637,7 +2637,7 @@ bigdivrem_restoring(BDIGIT *zds, size_t https://github.com/ruby/ruby/blob/trunk/bignum.c#L2637 if (bds.zn > 10000 || bds.yn > 10000) { retry: bds.stop = Qfalse; - rb_nogvl(bigdivrem1, &bds, rb_big_stop, &bds, RB_NOGVL_UBF_ASYNC_SAFE); + rb_nogvl(bigdivrem1, &bds, rb_big_stop, &bds, RB_NOGVL_UBF_ASYNC_SAFE); if (bds.stop == Qtrue) { /* execute trap handler, but exception was not raised. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/