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

* ext/bigdecimal/bigdecimal.c: don't use // comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mrkn 2010-08-11 02:02:16 +00:00
parent 6d6a31f135
commit f2c65c0a33
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Aug 11 11:01:15 2010 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c: don't use // comment.
Wed Aug 11 06:18:20 2010 Tanaka Akira <akr@fsij.org> Wed Aug 11 06:18:20 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_stat): Pathname#stat translated * ext/pathname/pathname.c (path_stat): Pathname#stat translated

View file

@ -13,7 +13,7 @@
* *
*/ */
//#define BIGDECIMAL_DEBUG 1 /* #define BIGDECIMAL_DEBUG 1 */
#include "bigdecimal.h" #include "bigdecimal.h"
#include <ctype.h> #include <ctype.h>