Avoid "bool" variable name

C23 has a type of that name.
This commit is contained in:
Patrick Georgi
2025-09-19 00:08:50 +02:00
parent 4d41663c58
commit c0ad5170c9
4 changed files with 16 additions and 17 deletions

View File

@@ -41,6 +41,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <unistd.h>
#include <string.h>
#include <sys/param.h>
@@ -172,8 +173,6 @@
#define ACTION_MASK 0xf0
typedef short bool;
/* operation states */
typedef enum {
State_None = 0,