We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3494f49 commit 6240938Copy full SHA for 6240938
lib/CStarToC11.ml
@@ -1301,7 +1301,6 @@ let mk_type_or_external m (w: where) ?(is_inline_static=false) (d: decl): C.decl
1301
(Z.of_int (List.length cases)),
1302
if custom_values <> [] then List.hd custom_values else Z.zero
1303
in
1304
- KPrint.bprintf "max_value=%s, min_value=%s\n" (Z.to_string max_value) (Z.to_string min_value);
1305
let t =
1306
if Z.(geq min_value zero && leq max_value (of_string "0xff")) then
1307
K.UInt8
0 commit comments