Merge pull request #19704 from bfredl/ceci-nest-pas-un-bool

fix(mpack): make sure a `bool` always is a `bool`
This commit is contained in:
bfredl
2022-08-10 22:31:53 +02:00
committed by GitHub

View File

@@ -8,6 +8,7 @@
#include <assert.h>
#include <limits.h>
#include <stddef.h>
#include <stdbool.h>
#ifdef __GNUC__
# define FPURE __attribute__((const))