From 96d0e68064a778d75df37e84cb7d3a490f77dfef Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Sep 2003 22:55:33 +0000 Subject: * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c, ext/openssl/ossl_pkey_rsa.c, ext/bigdecimal/bigdecimal.h: must not use C++ or C99 style comment yet. (ruby-bugs:PR#1184) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c2adf3d8..4969efb95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 25 07:55:26 2003 Nobuyoshi Nakada + + * ext/win32ole/win32ole.c, ext/openssl/ossl_pkey_dsa.c, + ext/openssl/ossl_pkey_rsa.c, ext/bigdecimal/bigdecimal.h: must + not use C++ or C99 style comment yet. (ruby-bugs:PR#1184) + Thu Sep 25 00:23:22 2003 WATANABE Hirofumi * MANIFEST: add SOAP4R. -- cgit