mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Avoid leaving a period alone [ci skip]
This commit is contained in:
parent
a797ded8e2
commit
83375f47e1
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
* 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.
|
||||
* @brief Conversion between C's arithmetic types and Ruby's numeric types
|
||||
* .
|
||||
* @brief Conversion between C's arithmetic types and Ruby's numeric
|
||||
* types.
|
||||
*/
|
||||
#include "ruby/internal/arithmetic/char.h"
|
||||
#include "ruby/internal/arithmetic/double.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue