• Silas Boyd-Wickizer's avatar
    Add attribute defines to compiler.h and -include compiler.h. · fc7e1de6
    Silas Boyd-Wickizer 提交于
    If we don't -include compiler.h it's important to always include
    the header with the attribute defines before they are used.
    Otherwise the compiler will silently "fail" by defining variables
    named the attribute define (e.g. __mpalign__).  Another option
    is to remove the attribute defines, but I kind of like them.
    fc7e1de6
compiler.h 175 Bytes