diff options
author | Roland McGrath <roland@gnu.org> | 1995-10-16 07:29:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-10-16 07:29:08 +0000 |
commit | 924b9ff68db26697e50a298c3ae12159de259c2f (patch) | |
tree | 2374009a4bcd22360f0380b4974255461ab660fa /stdlib | |
parent | 2948fc64a6dd7aa23757daf2c5256dfe07f4c61a (diff) | |
download | glibc-924b9ff68db26697e50a298c3ae12159de259c2f.zip glibc-924b9ff68db26697e50a298c3ae12159de259c2f.tar.gz glibc-924b9ff68db26697e50a298c3ae12159de259c2f.tar.bz2 |
Mon Oct 16 03:22:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>cvs/libc-951016
* sysdeps/mach/hurd/getcwd.c: Use __file_name_lookup_under.
* sysdeps/mach/hurd/bind.c: Likewise.
* sysdeps/mach/hurd/access.c: Use new __hurd_file_name_lookup
calling convention.
* hurd/hurdexec.c: Undo last change (10 Oct 95).
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/gmp-impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/gmp-impl.h b/stdlib/gmp-impl.h index 48d3af9..0d2a8fc 100644 --- a/stdlib/gmp-impl.h +++ b/stdlib/gmp-impl.h @@ -174,7 +174,6 @@ void _mp_default_free (); else \ ____mpn_sqr_n (prodp, up, size, tspace); \ } while (0); -#define assert(trueval) do {if (!(trueval)) abort ();} while (0) /* Structure for conversion between internal binary format and strings in base 2..36. */ |