bool is a keyword in C23

This commit is contained in:
Michal Ruprich
2025-01-17 12:37:57 +01:00
committed by Andrew Tridgell
parent 0973d0e380
commit a4b926dcdc

View File

@@ -32,7 +32,9 @@ int fnmatch_errors = 0;
int wildmatch_errors = 0;
#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 202311L
typedef char bool;
#endif
int output_iterations = 0;
int explode_mod = 0;