From 5a277b4070ff1228e5c5cf07215d38fca7e51fe1 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 27 Oct 2014 06:23:09 +0000 Subject: parse.y: optimize IDs in ripper * parse.y: optimize ripper_intern calls, ::, **, -@, +@, <=>, >=, <=, ==, ===, !=, =~, !~, <<, >>, and call. * parse.y: use initialized IDs, warn and warning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- defs/id.def | 1 + 1 file changed, 1 insertion(+) (limited to 'defs') diff --git a/defs/id.def b/defs/id.def index f7fffbde3c..224ed70576 100644 --- a/defs/id.def +++ b/defs/id.def @@ -38,6 +38,7 @@ firstline, predefined = __LINE__+1, %[\ to_i bt bt_locations + call _ UScore "/*NULL*/" NULL -- cgit v1.2.3