aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/xmlcommand.ml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xml/xmlcommand.ml')
-rw-r--r--contrib/xml/xmlcommand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/xmlcommand.ml b/contrib/xml/xmlcommand.ml
index 3116bd49b0..f4b75583cd 100644
--- a/contrib/xml/xmlcommand.ml
+++ b/contrib/xml/xmlcommand.ml
@@ -847,7 +847,7 @@ let print_object lobj id sp dn fv env =
let hyps = string_list_of_named_context_list hyps in
print_mutual_inductive packs fv hyps env inner_types
| "VARIABLE" ->
- let (_,(varentry,_,_)) = Declare.out_variable lobj in
+ let (_,(varentry,_)) = Declare.out_variable lobj in
begin
match varentry with
Declare.SectionLocalDef body ->