Skip to content

Commit

Permalink
Fixed commit miss
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 9, 2019
1 parent 95aed94 commit 4dc4b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/prelude.c.tmpl
Expand Up @@ -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.
Expand Down

0 comments on commit 4dc4b18

Please sign in to comment.