Skip to content

Commit 0c5b009

Browse files
authored
flambda-backend: Do not export "fail.h" from "signals.h" in runtime4 (#2979)
remove [#include "fail.h"] in [runtime4/signals.h] Signed-off-by: David Vulakh <dvulakh@janestreet.com>
1 parent 435cdda commit 0c5b009

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtime4/caml/signals.h

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#endif
2626
#include "misc.h"
2727
#include "mlvalues.h"
28-
#include "fail.h"
2928

3029
#ifdef __cplusplus
3130
extern "C" {

0 commit comments

Comments
 (0)