mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unneeded complexity
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3b92c63158
commit
bd46dad47f
1 changed files with 0 additions and 4 deletions
4
parse.y
4
parse.y
|
@ -277,11 +277,7 @@ struct parser_params {
|
|||
#endif
|
||||
};
|
||||
|
||||
#ifdef RIPPER
|
||||
#define intern_cstr(n,l,en) rb_intern3(n,l,en)
|
||||
#else
|
||||
#define intern_cstr(n,l,en) rb_intern3(n,l,en)
|
||||
#endif
|
||||
|
||||
#define STR_NEW(p,n) rb_enc_str_new((p),(n),current_enc)
|
||||
#define STR_NEW0() rb_enc_str_new(0,0,current_enc)
|
||||
|
|
Loading…
Reference in a new issue