diff --git a/parse.y b/parse.y index 2fcb750569..3abd3070e7 100644 --- a/parse.y +++ b/parse.y @@ -9176,7 +9176,7 @@ gettable_gen(struct parser_params *parser, ID id, int column) node = new_str(rb_str_dup(ruby_sourcefile_string), column); return node; case keyword__LINE__: - return new_lit(INT2FIX(tokline), column); + return new_lit(INT2FIX(tokline), column); case keyword__ENCODING__: return new_lit(rb_enc_from_encoding(current_enc), column); }