[Nasm-bugs] [Bug 3392595] compiler.h: fix bad typedef in case of HAVE__BOOL

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Fri Aug 9 14:06:58 PDT 2019


https://bugzilla.nasm.us/show_bug.cgi?id=3392595

Ozkan Sezer <sezeroz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sezeroz at gmail.com

--- Comment #3 from Ozkan Sezer <sezeroz at gmail.com> ---
(In reply to H. Peter Anvin from comment #1)
> Comment on attachment 411730 [details]
> bad-typedef patch
> 
> For my reference, what compiler has _Bool but not <stdbool.h>?

gcc-2.95:  it does have a stdbool.h but actually no _Bool type.
However its preprocessor still parses the HAVE__BOOL case in that
header, that's how I picked it.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list