1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

sed -i 's/. They/. They/'

Truly editorial fix for comments.  This works better with Emacs'
set-justification-full function. [ci skip]
This commit is contained in:
卜部昌平 2021-01-14 15:00:54 +09:00
parent b76ad15ed0
commit 94e5953b48
Notes: git 2021-09-10 20:01:59 +09:00
154 changed files with 154 additions and 154 deletions

View file

@ -17,7 +17,7 @@
* recursively included from extension libraries written in C++.
* Do not expect for instance `__VA_ARGS__` is always available.
* We assume C99 for ruby itself but we don't assume languages of
* extension libraries. They could be written in C++98.
* extension libraries. They could be written in C++98.
* @brief Defines #RBIMPL_COMPILER_IS_Apple.
*
* Apple ships clang. Problem is, its `__clang_major__` etc. are not the