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 =
1919
2020let setup_reason_context () =
2121 Js_config. is_reason := true ;
22- Lazy. force Super_main. setup;
22+ Clflags. preprocessor := None ; (* FIX #3988*)
23+ Lazy. force Super_main. setup;
2324 Lazy. force Reason_outcome_printer_main. setup
2425
2526let reason_pp ~sourcefile =
Original file line number Diff line number Diff line change @@ -139922,7 +139922,8 @@ let process_implementation_file ppf name =
139922139922
139923139923let setup_reason_context () =
139924139924 Js_config.is_reason := true;
139925- Lazy.force Super_main.setup;
139925+ Clflags.preprocessor := None ; (* FIX #3988*)
139926+ Lazy.force Super_main.setup;
139926139927 Lazy.force Reason_outcome_printer_main.setup
139927139928
139928139929let reason_pp ~sourcefile =
You can’t perform that action at this time.
0 commit comments