diff options
| author | Pierre-Marie Pédrot | 2015-06-24 13:37:51 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-06-24 13:37:51 +0200 |
| commit | f7f5b7dcc641e233a1b18dab7228d1d8c55596b3 (patch) | |
| tree | b0bf4f02f30ccb2845b114202ec8691c1bc89ea6 /checker/values.ml | |
| parent | bb8dd8212efb839746e050062b108b33632ba224 (diff) | |
| parent | 1343b69221ce3eeb3154732e73bbdc0044b224a8 (diff) | |
Merge branch 'v8.5'
Diffstat (limited to 'checker/values.ml')
| -rw-r--r-- | checker/values.ml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/checker/values.ml b/checker/values.ml index cf93466b00..b2d74821d4 100644 --- a/checker/values.ml +++ b/checker/values.ml @@ -13,7 +13,7 @@ To ensure this file is up-to-date, 'make' now compares the md5 of cic.mli with a copy we maintain here: -MD5 0a174243f8b06535c9eecbbe8d339fe1 checker/cic.mli +MD5 f5fd749af797e08efee22122742bc740 checker/cic.mli *) @@ -350,8 +350,11 @@ let v_stm_seg = v_pair v_tasks v_counters (** Toplevel structures in a vo (see Cic.mli) *) +let v_libsum = + Tuple ("summary", [|v_dp;Array v_dp;v_deps|]) + let v_lib = - Tuple ("library",[|v_dp;v_compiled_lib;v_libraryobjs;v_deps;Array v_dp|]) + Tuple ("library",[|v_compiled_lib;v_libraryobjs|]) let v_opaques = Array (v_computation v_constr) let v_univopaques = |
