diff options
| author | Pierre-Marie Pédrot | 2016-09-19 20:00:19 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-09-21 12:56:26 +0200 |
| commit | 9c352481f1a2d3a9c2e0e1f084d1c65521a0c438 (patch) | |
| tree | 886353d2523c153d177eda3ccf3fde6dfed7634e /toplevel | |
| parent | 424de98770e1fd8c307a7cd0053c268a48532463 (diff) | |
Merging Stdarg and Constrarg.
There was no reason to keep them separate since quite a long time. Historically,
they were making Genarg depend or not on upper strata of the code, but since
it was moved to lib/ this is not justified anymore.
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/vernacentries.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index 14d9a55c63..aa1999cf1e 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -408,13 +408,13 @@ let print_located_library r = let smart_global r = let gr = Smartlocate.smart_global r in - Dumpglob.add_glob (Constrarg.loc_of_or_by_notation loc_of_reference r) gr; + Dumpglob.add_glob (Stdarg.loc_of_or_by_notation loc_of_reference r) gr; gr let dump_global r = try let gr = Smartlocate.smart_global r in - Dumpglob.add_glob (Constrarg.loc_of_or_by_notation loc_of_reference r) gr + Dumpglob.add_glob (Stdarg.loc_of_or_by_notation loc_of_reference r) gr with e when CErrors.noncritical e -> () (**********) (* Syntax *) |
