1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed commit miss

This commit is contained in:
Nobuyoshi Nakada 2019-11-09 19:15:10 +09:00
parent 95aed94d2a
commit 4dc4b18904
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -70,7 +70,7 @@ class Prelude
result
end
end
Prelude.new(output && output[/\w+(?=_prelude.c\b)/] || 'prelude', ARGV, vpath).instance_eval do
Prelude.new(output, ARGV, vpath).instance_eval do
-%>
/* -*-c-*-
THIS FILE WAS AUTOGENERATED BY template/prelude.c.tmpl. DO NOT EDIT.