From b0e32f633f66193a6a614c07c78ff10f8ca08ae9 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 27 Sep 2015 20:37:53 +0200 Subject: fix compilation on trunk --- mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathcomp/ssreflect/plugin') diff --git a/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 b/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 index 00eae0d..0e04221 100644 --- a/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 +++ b/mathcomp/ssreflect/plugin/trunk/ssreflect.ml4 @@ -6081,7 +6081,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 -- cgit v1.2.3