ruby-changes:61394
From: Nobuyoshi <ko1@a...>
Date: Wed, 27 May 2020 14:31:07 +0900 (JST)
Subject: [ruby-changes:61394] 4cabd77e33 (master): Removed a trailing space [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=4cabd77e33 From 4cabd77e337d2f439e4a437f41da9856903adb7e Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 27 May 2020 14:30:45 +0900 Subject: Removed a trailing space [ci skip] diff --git a/include/ruby/assert.h b/include/ruby/assert.h index 14a6e28..5b435da 100644 --- a/include/ruby/assert.h +++ b/include/ruby/assert.h @@ -36,7 +36,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/assert.h#L36 # pragma message("NDEBUG is ignored because RUBY_DEBUG>0.") #elif defined(__GNUC__) # pragma GCC warning "NDEBUG is ignored because RUBY_DEBUG>0." -#else +#else # error NDEBUG is ignored because RUBY_DEBUG>0. #endif #endif -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/