ruby-changes:45536
From: kazu <ko1@a...>
Date: Sun, 12 Feb 2017 13:31:30 +0900 (JST)
Subject: [ruby-changes:45536] kazu:r57609 (trunk): ext/objspace: Specify frozen_string_literal: true.
kazu 2017-02-12 13:31:25 +0900 (Sun, 12 Feb 2017) New Revision: 57609 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57609 Log: ext/objspace: Specify frozen_string_literal: true. Modified files: trunk/ext/objspace/extconf.rb Index: ext/objspace/extconf.rb =================================================================== --- ext/objspace/extconf.rb (revision 57608) +++ ext/objspace/extconf.rb (revision 57609) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/objspace/extconf.rb#L1 -# frozen_string_literal: false +# frozen_string_literal: true $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $VPATH << '$(topdir)' << '$(top_srcdir)' # for id.h. create_makefile('objspace') -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/