Skip to content
Snippets Groups Projects
Commit cb42ac5e authored by sof's avatar sof
Browse files

[project @ 1998-06-04 11:21:18 by sof]

Expose -fallow-overlapping-instances to the world
parent 07860b8a
No related branches found
No related tags found
No related merge requests found
......@@ -2895,6 +2895,7 @@ arg: while($_ = $Args[0]) {
}
next arg; };
/^-fallow-overlapping-instances$/ && do { push(@HsC_flags, $_); next arg; }
/^-fglasgow-exts$/
&& do { push(@HsC_flags, $_);
push(@HsP_flags, '-N');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment