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:
parent
95aed94d2a
commit
4dc4b18904
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue