Skip to content

Commit e6a332b

Browse files
committed
tweak
1 parent 9223ad4 commit e6a332b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jscomp/ml/typedtree.ml

+1-3
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,7 @@ and primitive_coercion =
235235
pc_type: type_expr;
236236
pc_env: Env.t;
237237
pc_loc : Location.t;
238-
#if 1
239-
pc_id : Ident.t;
240-
#end
238+
pc_id : Ident.t; (*RE:Added *)
241239
}
242240

243241
and signature = {

0 commit comments

Comments
 (0)