8339714: Delete tedious bool type define

Reviewed-by: jwaters, dholmes
This commit is contained in:
SendaoYan 2024-09-11 02:12:08 +00:00 committed by David Holmes
parent 07643237d4
commit a6faf8247b
2 changed files with 2 additions and 13 deletions

View file

@ -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