aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Rename.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Rename.ml')
-rw-r--r--cparser/Rename.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cparser/Rename.ml b/cparser/Rename.ml
index f402ea39..cdb5751e 100644
--- a/cparser/Rename.ml
+++ b/cparser/Rename.ml
@@ -83,7 +83,7 @@ let ident env id =
try
IdentMap.find id env.re_id
with Not_found ->
- Cerrors.fatal_error no_loc "internal error: rename: %s__%d unbound"
+ Diagnostics.fatal_error Diagnostics.no_loc "internal error: rename: %s__%d unbound"
id.name id.stamp
let rec typ env = function