We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea33709 commit bf2ceaeCopy full SHA for bf2ceae
src/java.base/unix/native/libjsig/jsig.c
@@ -42,14 +42,7 @@
42
#include <stdio.h>
43
#include <stdlib.h>
44
#include <string.h>
45
-
46
-#if (__STDC_VERSION__ >= 199901L)
47
- #include <stdbool.h>
48
-#else
49
- #define bool int
50
- #define true 1
51
- #define false 0
52
-#endif
+#include <stdbool.h>
53
54
#define MAX_SIGNALS NSIG
55
src/utils/hsdis/binutils/hsdis-binutils.c
@@ -61,14 +61,10 @@
61
62
#include <bfd.h>
63
#include <dis-asm.h>
64
65
66
#include "hsdis.h"
67
-#ifndef bool
68
-#define bool int
69
-#define true 1
70
-#define false 0
71
-#endif /*bool*/
72
73
/* short names for stuff in hsdis.h */
74
typedef decode_instructions_event_callback_ftype event_callback_t;
0 commit comments