ASSERT             44 src/util.h     #undef ASSERT
ASSERT             46 src/util.h     #  define ASSERT(a) { if (!(a)) my_fatal("file \"%s\", line %d, assertion \"" #a "\" failed\n",__FILE__,__LINE__); }
ASSERT             48 src/util.h     #  define ASSERT(a)