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

noreply-nasm at gorcunov.org noreply-nasm at gorcunov.org
Fri Aug 9 13:54:27 PDT 2019


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

            Bug ID: 3392595
           Summary: compiler.h: fix bad typedef in case of HAVE__BOOL
           Product: NASM
           Version: unspecified
          Hardware: All
                OS: All
            Status: OPEN
          Severity: normal
          Priority: Medium
         Component: Assembler
          Assignee: nobody at nasm.us
          Reporter: sezeroz at gmail.com
                CC: chang.seok.bae at intel.com, gorcunov at gmail.com,
                    hpa at zytor.com, nasm-bugs at nasm.us
     Obtained from: Built from git using configure

Created attachment 411730
  --> https://bugzilla.nasm.us/attachment.cgi?id=411730&action=edit
bad-typedef patch

Attached patch fixes a bad typedef in compiler.h:
-#  typedef _Bool bool
+   typedef _Bool bool;

-- 
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