16 Mar
2020
16 Mar
'20
1:38 p.m.
On 10/3/20 6:20 am, Anatol Pomozov wrote:
+ int success = 0; I would prefer to use <stdbool.h> here. But it seems pacman does not use it anywhere. Is there any objection to start using bool type?
I guess we never switched when pacman was made C99 back in 2007... configure.ac:AC_PROG_CC_C99 I have no objection to using stdbool.h. Though I'd prefer someone to spend the time converting things throughout the code base. On a similar note, someone could spend time doing GOTO_ERR conversions. A