Skip to content

Commit

Permalink
bring back "Generated by Haxe ..." headers
Browse files Browse the repository at this point in the history
  • Loading branch information
RealyUniqueName committed Jun 2, 2021
1 parent 3e619c3 commit fc8633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ let create version s_version args =
let m = Type.mk_mono() in
let defines =
PMap.add "true" "1" (
PMap.add "source-header" ("Generated by Haxe " ^ s_version) PMap.empty
PMap.add "source_header" ("Generated by Haxe " ^ s_version) PMap.empty
)
in
{
Expand Down

0 comments on commit fc8633e

Please sign in to comment.