aboutsummaryrefslogtreecommitdiff
path: root/mathcomp
diff options
context:
space:
mode:
authorEnrico Tassi2015-09-24 08:52:37 +0200
committerEnrico Tassi2015-09-24 08:52:48 +0200
commit39cc672b0fdf31cfef816fd14b76e43bff7e6da2 (patch)
tree7bcde65a8915075ea743705cf788d39463ed03da /mathcomp
parentade7c12c3dd440c3b297943d3562411adadd962d (diff)
Fix compilation on 8.5
Diffstat (limited to 'mathcomp')
-rw-r--r--mathcomp/ssreflect/plugin/v8.5/ssreflect.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4 b/mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4
index 1b4afb2..e6636cb 100644
--- a/mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4
+++ b/mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4
@@ -6075,7 +6075,7 @@ GEXTEND Gram
let s = coerce_reference_to_id qid in
Vernacexpr.VernacDefinition
((Some Decl_kinds.Global,Decl_kinds.CanonicalStructure),
- (dummy_loc,s),(d ))
+ ((dummy_loc,s),None),(d ))
]];
END