Files
Upsilon/liba/include
Romain Goyet 9db16997af [liba] Update the bool type to use _Bool
_Bool is defined in C99 which we use already. In practice it's 1 byte
just like char, so this shouldn't have any impact on the built object.

But this patch removes LTO errors when linking C code with C++ code.
Indeed, the linker would raise type mismatch because in C++ bool is
defined to _Bool whereas in C it would be defined to char.
2019-09-18 10:52:20 +02:00
..
2017-08-04 17:56:23 +02:00
2017-06-16 15:08:14 +02:00
2017-08-04 17:55:53 +02:00
2018-07-18 16:32:49 +02:00
2018-10-19 10:59:17 +02:00
2019-07-30 14:15:08 +02:00
2016-03-18 18:55:25 +01:00
2019-05-28 16:47:03 +02:00
2018-11-23 12:04:05 +01:00
2017-08-25 11:20:49 +02:00
2018-04-09 14:43:15 +02:00