aboutsummaryrefslogtreecommitdiff
path: root/interp/syntax_def.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-06-03 00:35:56 +0200
committerEmilio Jesus Gallego Arias2018-06-03 00:35:56 +0200
commit5c93d722426a552f4cf1ce93bcd3dbaf14948b6f (patch)
tree6d5b00f3afdf78ca1a01007c2b66c0becb5f483f /interp/syntax_def.mli
parentfb406f8b33014c63139bbafd472b6afe7a4f72c9 (diff)
parentfd33e3875b872f8b83c350427a9809e68d7fe009 (diff)
Merge PR #7681: Fixes #7636: location missing on deprecated compatibility notations.
Diffstat (limited to 'interp/syntax_def.mli')
-rw-r--r--interp/syntax_def.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/syntax_def.mli b/interp/syntax_def.mli
index 1933b8a9ae..c5b6655ff8 100644
--- a/interp/syntax_def.mli
+++ b/interp/syntax_def.mli
@@ -18,4 +18,4 @@ type syndef_interpretation = (Id.t * subscopes) list * notation_constr
val declare_syntactic_definition : bool -> Id.t ->
Flags.compat_version option -> syndef_interpretation -> unit
-val search_syntactic_definition : KerName.t -> syndef_interpretation
+val search_syntactic_definition : ?loc:Loc.t -> KerName.t -> syndef_interpretation