Go to the documentation of this file. 26 # define CH_assert_str(s) # s 27 # define CH_assert_xstr(s) CH_assert_str(s) 28 # define CH_assert(cond) if (!(cond)) \ 30 CH_XD::MayDay::Abort( __FILE__ ":" CH_assert_xstr(__LINE__) ": Assertion `" #cond "' failed."); \ 33 # define CH_assert(cond) (void)0 53 # define CH_assert(cond) if (.NOT. cond) call MAYDAYERROR() 55 # define CH_assert(cond)