mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8339714: Delete tedious bool type define
Reviewed-by: jwaters, dholmes
This commit is contained in:
parent
07643237d4
commit
a6faf8247b
2 changed files with 2 additions and 13 deletions
|
@ -42,14 +42,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if (__STDC_VERSION__ >= 199901L)
|
||||
#include <stdbool.h>
|
||||
#else
|
||||
#define bool int
|
||||
#define true 1
|
||||
#define false 0
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
|
||||
#define MAX_SIGNALS NSIG
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue