• A
    Allow pointer types to have an attribute · 6dd44f23
    Antony Male 提交于
    Microchip's XC16 and friends, when used with dsPICs, require that all pointers
    to memory which could possibly be in EDS space by adorned with __eds__, e.g.
    
        __eds__ int* p_int
    
    Adding the macro UNITY_PTR_ATTRIBUTE allows Unity's pointers to be decorated
    with whatever ridiculous attributes the compiler requires.
    6dd44f23
unity_internals.h 30.8 KB