[PATCH] Revert "llvm-c/lto.h: Avoid use of bool."

Chandler Carruth chandlerc at google.com
Thu Oct 24 13:35:50 PDT 2013


On Thu, Oct 24, 2013 at 1:33 PM, Reid Kleckner <rnk at google.com> wrote:

> +#   define bool unsigned char


In what way is it *ever* safe to #define 'bool' in a C header file. I don't
get it. Why can't we use C types in the C interface?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131024/2ae50333/attachment.html>


More information about the llvm-commits mailing list