diff options
Diffstat (limited to 'bytecomp/symtable.ml')
-rw-r--r-- | bytecomp/symtable.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/symtable.ml b/bytecomp/symtable.ml index b64b1fe3b..6dcec6afe 100644 --- a/bytecomp/symtable.ml +++ b/bytecomp/symtable.ml @@ -292,7 +292,7 @@ let filter_global_map p gmap = (* Error report *) -open Format +open Formatmsg let report_error = function Undefined_global s -> |