aboutsummaryrefslogtreecommitdiff
path: root/translate
diff options
context:
space:
mode:
Diffstat (limited to 'translate')
-rw-r--r--translate/ppvernacnew.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml
index ecf7b76a19..4441b0b52d 100644
--- a/translate/ppvernacnew.ml
+++ b/translate/ppvernacnew.ml
@@ -1042,6 +1042,7 @@ let rec pr_vernac = function
| LocateTerm qid -> pr_reference qid
| LocateFile f -> str"File" ++ spc() ++ qsnew f
| LocateLibrary qid -> str"Library" ++ spc () ++ pr_module qid
+ | LocateModule qid -> str"Module" ++ spc () ++ pr_module qid
| LocateNotation s -> qsnew s
in str"Locate" ++ spc() ++ pr_locate loc
| VernacComments l ->