From bcffd84a9b0e38a3ca02a1ffd2de54541f3bcb9f Mon Sep 17 00:00:00 2001 From: hhugo Date: Tue, 7 Mar 2023 21:26:28 +0900 Subject: Small refactoring for null terminated values (#12086) --- .depend | 2 ++ 1 file changed, 2 insertions(+) (limited to '.depend') diff --git a/.depend b/.depend index 2416343f7f..5439e23dae 100644 --- a/.depend +++ b/.depend @@ -6920,6 +6920,7 @@ tools/dumpobj.cmo : \ bytecomp/symtable.cmi \ tools/opnames.cmi \ bytecomp/opcodes.cmi \ + utils/misc.cmi \ parsing/location.cmi \ bytecomp/instruct.cmi \ typing/ident.cmi \ @@ -6931,6 +6932,7 @@ tools/dumpobj.cmx : \ bytecomp/symtable.cmx \ tools/opnames.cmx \ bytecomp/opcodes.cmx \ + utils/misc.cmx \ parsing/location.cmx \ bytecomp/instruct.cmx \ typing/ident.cmx \ -- cgit v1.2.1