We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6a5b6 commit 2a049c5Copy full SHA for 2a049c5
lib/fulminate/fulminate.ml
@@ -634,7 +634,8 @@ let main
634
builtins.lem. Hoisting/lowering doesn't affect needing to do this *)
635
"static const int __cerbvar_INT_MAX = 0x7fffffff;\n";
636
"static const int __cerbvar_INT_MIN = ~0x7fffffff;\n";
637
- "static const unsigned long long __cerbvar_SIZE_MAX = ~(0ULL);\n"
+ "static const unsigned long long __cerbvar_SIZE_MAX = ~(0ULL);\n";
638
+ "_Noreturn void abort(void);"
639
];
640
[ c_tag_defs ];
641
[ (if not (String.equal record_defs "") then "\n/* CN RECORDS */\n\n" else "");
0 commit comments