[PATCH 0/1] replace forced __assert_func with assert macro

KrimtonZ krimtonz@gmail.com
Wed Jan 22 16:26:00 GMT 2020


Modified the implementation of eBalloc to use the assert macro over the
hardcoded __assert_func.  The same is done for __reent_assert.  This
will honor the usage of -DNDEBUG to prevent the usage of assertion.

KrimtonZ (1):
  change forced use of __assert_func to use the assert macro in reent.h
    and mprec.h, this honors the use of -DNDEBUG to not use assertion

 newlib/libc/include/sys/reent.h | 2 +-
 newlib/libc/stdlib/mprec.h      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1



More information about the Newlib mailing list