summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9298f8007f..8565268514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ Mon Jun 10 19:02:19 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* numeric.c (fix_rshift): return -1 when left side operand is
negative. (ruby-bugs-ja:PR#247)
- * parse.y (yylex): `0_' should be an error. (ruby-bugs-ja:PR#239)
+ * parse.y (yylex): `0_' should be an error. (ruby-bugs-ja:PR#249)
Sun Jun 9 17:40:41 2002 Takaaki Tateishi <ttate@kt.jaist.ac.jp>