From b2345fece09ac142e33063a0a87e4f379e68467c Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 12 Feb 2017 04:31:25 +0000 Subject: ext/objspace: Specify frozen_string_literal: true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/objspace/extconf.rb b/ext/objspace/extconf.rb index adb8ef9169..d0c2dbd02b 100644 --- a/ext/objspace/extconf.rb +++ b/ext/objspace/extconf.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" $VPATH << '$(topdir)' << '$(top_srcdir)' # for id.h. create_makefile('objspace') -- cgit v1.2.3