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 result
end end
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-*- /* -*-c-*-
THIS FILE WAS AUTOGENERATED BY template/prelude.c.tmpl. DO NOT EDIT. THIS FILE WAS AUTOGENERATED BY template/prelude.c.tmpl. DO NOT EDIT.