mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-28 11:11:37 +01:00
Fix bool typedef error.
```
[...]/freeswitch-1.10.12.-release/libs/xmlrpc-c/lib/util/include/bool.h:13:5: error: cannot use keyword 'false' as enumeration constant
13 | false = 0,
| ^~~~~
[...]/freeswitch-1.10.12.-release/libs/xmlrpc-c/lib/util/include/bool.h:13:5: note: 'false' is a keyword with '-std=c23' onwards
[...]/freeswitch-1.10.12.-release/libs/xmlrpc-c/lib/util/include/bool.h:15:3: error: expected ';',identifier or '(' before 'bool'
15 | } bool;
| ^~~~
```