aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
authorHugo Herbelin2014-08-01 15:16:42 +0200
committerHugo Herbelin2014-08-01 15:16:42 +0200
commit7e67bba64e1b59be2acf5997157bff10581d28f2 (patch)
treee3d783954f683ea25b10bebb4e19a1188f75db08 /parsing
parent128a297614d1e0fb32e2bbd465d181c5d5b1562c (diff)
Continuing (incomplete) cleaning of Inductiveops.
Diffstat (limited to 'parsing')
-rw-r--r--parsing/g_xml.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/parsing/g_xml.ml4 b/parsing/g_xml.ml4
index 621aab8a03..f639ee7c55 100644
--- a/parsing/g_xml.ml4
+++ b/parsing/g_xml.ml4
@@ -147,7 +147,7 @@ let compute_branches_lengths ind =
mip.Declarations.mind_consnrealdecls
let compute_inductive_ndecls ind =
- snd (Inductiveops.inductive_ndecls ind)
+ Inductiveops.inductive_nrealdecls ind
(* Interpreting constr as a glob_constr *)