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:
parent
6d6a31f135
commit
f2c65c0a33
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#define BIGDECIMAL_DEBUG 1
|
/* #define BIGDECIMAL_DEBUG 1 */
|
||||||
#include "bigdecimal.h"
|
#include "bigdecimal.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue