File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ let process_implementation_file ppf name =
19
19
20
20
let setup_reason_context () =
21
21
Js_config. is_reason := true ;
22
- Lazy. force Super_main. setup;
22
+ Clflags. preprocessor := None ; (* FIX #3988*)
23
+ Lazy. force Super_main. setup;
23
24
Lazy. force Reason_outcome_printer_main. setup
24
25
25
26
let reason_pp ~sourcefile =
Original file line number Diff line number Diff line change @@ -139922,7 +139922,8 @@ let process_implementation_file ppf name =
139922
139922
139923
139923
let setup_reason_context () =
139924
139924
Js_config.is_reason := true;
139925
- Lazy.force Super_main.setup;
139925
+ Clflags.preprocessor := None ; (* FIX #3988*)
139926
+ Lazy.force Super_main.setup;
139926
139927
Lazy.force Reason_outcome_printer_main.setup
139927
139928
139928
139929
let reason_pp ~sourcefile =
You can’t perform that action at this time.
0 commit comments