From ee8caf9a4c8cc352cc662ee9058609958d2e7c68 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 14 Feb 2002 08:47:58 +0000 Subject: * parse.y: avoid SEGV at OP_ASIGN to pseudo variable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8214aaba..a9f0de983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 14 17:38:35 2002 Nobuyoshi Nakada + + * parse.y: avoid SEGV at OP_ASIGN to pseudo variable. + Thu Feb 14 14:13:16 2002 Yukihiro Matsumoto * struct.c (Init_Struct): should undefine "allocate" for Struct -- cgit