mirror of
https://github.com/RsyncProject/rsync.git
synced 2025-12-23 23:28:17 -05:00
bool is a keyword in C23
This commit is contained in:
committed by
Andrew Tridgell
parent
0973d0e380
commit
a4b926dcdc
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user