Commit 1801a43
internal: do not define boolean variables in C23
In C23, "true", "false", and "bool" are reserved keywords and cannot
be redefined:
https://en.wikipedia.org/wiki/C23_(C_standard_revision)#Keywords
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de>1 parent 5bd6f1f commit 1801a43
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments