|
@@ -4677,7 +4677,7 @@ and flush_macro_context mint ctx =
|
|
|
end else mint in
|
|
|
(* we should maybe ensure that all filters in Main are applied. Not urgent atm *)
|
|
|
let expr_filters = [Codegen.AbstractCast.handle_abstract_casts mctx; Filters.captured_vars mctx.com; Filters.rename_local_vars mctx] in
|
|
|
- let type_filters = [Filters.add_field_inits mctx] in
|
|
|
+ let type_filters = [Filters.add_field_inits mctx; Filters.apply_native_paths mctx] in
|
|
|
let ready = fun t ->
|
|
|
Filters.apply_filters_once mctx expr_filters t;
|
|
|
List.iter (fun f -> f t) type_filters
|