summaryrefslogtreecommitdiffstats
path: root/bytecomp/translcore.ml
diff options
context:
space:
mode:
Diffstat (limited to 'bytecomp/translcore.ml')
-rw-r--r--bytecomp/translcore.ml4
1 files changed, 3 insertions, 1 deletions
diff --git a/bytecomp/translcore.ml b/bytecomp/translcore.ml
index 3f541f4a8..d621221f5 100644
--- a/bytecomp/translcore.ml
+++ b/bytecomp/translcore.ml
@@ -869,7 +869,9 @@ and transl_exp0 e =
{ cl_desc = Tcl_structure cs;
cl_loc = e.exp_loc;
cl_type = Cty_signature cty;
- cl_env = e.exp_env }
+ cl_env = e.exp_env;
+ cl_attributes = [];
+ }
and transl_list expr_list =
List.map transl_exp expr_list