Skip to content
Snippets Groups Projects
Commit d31b2ede authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Revert xmalloc/xrealloc replacements.

* This reverts r3646 and r3645.
* xrealloc/xmalloc are there for a reason:
** Every call to these functions does not check the return value of
   the memory allocation, hence error checking must be performed
   in the wrapper.
** This was historically done in the macros defined in dmemory.h,
   but redefining any identifier from the standard library to
   something which behaves differently is confusing.
parent cfa0d54c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment