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

* include/ruby/ruby.h: fix alignment in comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2013-06-05 11:35:50 +00:00
parent 3264042eb9
commit 27e92c6649
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Jun 5 20:32:00 2013 Kenta Murata <mrkn@cookpad.com>
* include/ruby/ruby.h: fix alignment in comment.
Wed Jun 5 20:05:29 2013 Tanaka Akira <akr@fsij.org>
* random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.

View file

@ -382,7 +382,7 @@ USE_FLONUM
...xxxx xx10 Flonum
...0000 1100 Symbol
...0000 0000 Qfalse 0x00 = 0
...0000 1000 Qnil 0x08 = 8
...0000 1000 Qnil 0x08 = 8
...0001 0100 Qtrue 0x14 = 20
...0011 0100 Qundef 0x34 = 52
*/