diff options
Diffstat (limited to 'src/boot/me/semant.ml')
| -rw-r--r-- | src/boot/me/semant.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/me/semant.ml b/src/boot/me/semant.ml index 463acadb..feb5667f 100644 --- a/src/boot/me/semant.ml +++ b/src/boot/me/semant.ml @@ -50,6 +50,7 @@ type data = | DATA_frame_glue_fns of node_id | DATA_obj_vtbl of node_id | DATA_forwarding_vtbl of (Ast.ty_obj * Ast.ty_obj) + | DATA_const of node_id | DATA_crate ;; |