Searched defs:gas_assert (Results 1 – 2 of 2) sorted by relevance
71 #define gas_assert(P) ((void) ((P) ? 0 : (abort (), 0))) macro