mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* parse.y (rb_parse_in_main): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5b6a192755
commit
8b392f4d4c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jan 16 11:47:56 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y (rb_parse_in_main): fixed typo.
|
||||
|
||||
Fri Jan 16 11:41:23 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (RUBY_REPLACE_TYPE): does not define rb_ prefixed
|
||||
|
|
2
parse.y
2
parse.y
|
@ -437,7 +437,7 @@ static void fixup_nodes(NODE **);
|
|||
extern int rb_dvar_defined(ID);
|
||||
extern int rb_local_defined(ID);
|
||||
extern int rb_parse_in_eval(void);
|
||||
extern int rb_prase_in_main(void);
|
||||
extern int rb_parse_in_main(void);
|
||||
|
||||
static VALUE reg_compile_gen(struct parser_params*, VALUE, int);
|
||||
#define reg_compile(str,options) reg_compile_gen(parser, str, options)
|
||||
|
|
Loading…
Reference in a new issue