mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-05 22:10:25 +08:00
0ec5f38550
- add new eBalloc macro to mprec.h which calls Balloc and aborts if Balloc fails due to out of memory - change mprec.c functions that use Balloc without checking to use eBalloc instead - fix dtoa.c to use eBalloc