From 15e11a88c67334ea0ebae13cf59889f43d47ee6a Mon Sep 17 00:00:00 2001 From: shigek Date: Fri, 28 Mar 2003 07:50:28 +0000 Subject: Use rb_str2cstr() instead of STR2CSTR() macro. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/bigdecimal/bigdecimal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/bigdecimal/bigdecimal.h') diff --git a/ext/bigdecimal/bigdecimal.h b/ext/bigdecimal/bigdecimal.h index b7d2474e0b..050bdccc07 100644 --- a/ext/bigdecimal/bigdecimal.h +++ b/ext/bigdecimal/bigdecimal.h @@ -8,8 +8,8 @@ * License or the Artistic License, as specified in the README file * of this BigDecimal distribution. * - * 2002-12-06 - * The sqrt() bug reported by Bret Jolly fixed. + * NOTES: + * 2003-03-28 V1.0 checked in. * */ -- cgit v1.2.3