Skip to content

Commit

Permalink
Fix compilation on 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Tassi committed Sep 24, 2015
1 parent ade7c12 commit 39cc672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathcomp/ssreflect/plugin/v8.5/ssreflect.ml4
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 39cc672

Please sign in to comment.