From a9415e93d2e038957b3c2f41c5e161d8f8439d65 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 9 Feb 2004 08:17:28 +0000 Subject: * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 897a792cb..bdb5a6f50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 9 17:16:00 2004 WATANABE Hirofumi + + * lib/rdoc/parsers/parse_c.rb: escape '{' and '}' to avoid warnings. + Mon Feb 9 13:00:55 2004 Hirokazu Yamamoto * dir.c (fnmatch): -- cgit