ruby-cvs:19245
From: aamine ruby-lang.org
Date: Thu, 8 Mar 2007 06:30:37 +0900 (JST)
Subject: [ruby-cvs:19245] Ruby:r12009: * parse.y (opt_bv_decl): resolve type crash by declarating type of bv_decls, opt_bv_decl,
aamine 2007-03-08 06:30:37 +0900 (Thu, 08 Mar 2007)
New Revision: 12009
Modified files:
branches/half-baked-1.9/ChangeLog
branches/half-baked-1.9/ext/ripper/extconf.rb
branches/half-baked-1.9/parse.y
Log:
* parse.y (opt_bv_decl): resolve type crash by declarating type of bv_decls, opt_bv_decl, bvar.
* parse.y: remove undefined function prototypes.
* parse.y: remove unused variable declaration.
* ext/ripper/extconf.rb: do not stop to compile ripper.
* parse.y (opt_bv_decl): provide actions for bv_decls, opt_bv_decl, bvar, f_arg.
* parse.y (ripper): disable unused functions in ripper.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/half-baked-1.9/ChangeLog?r1=12009&r2=12008
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/half-baked-1.9/parse.y?r1=12009&r2=12008
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/half-baked-1.9/ext/ripper/extconf.rb?r1=12009&r2=12008