From 30e0f9c39978e52aefbcc54ef69efb439ea20ff5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 27 Mar 2000 06:37:56 +0000 Subject: Update. * locale/programs/localedef.c (construct_output_path): If path contains a / compute the end of the directory name correctly. --- malloc/mcheck.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'malloc/mcheck.c') diff --git a/malloc/mcheck.c b/malloc/mcheck.c index 42e8e71174..0d32fc17f7 100644 --- a/malloc/mcheck.c +++ b/malloc/mcheck.c @@ -111,12 +111,18 @@ check_all () with. */ struct hdr *runp = root; + /* Temporarily turn off the checks. */ + pedantic = 0; + while (runp != NULL) { (void) checkhdr (runp); runp = runp->next; } + + /* Turn checks on again. */ + pedantic = 1; } static void unlink_blk __P ((struct hdr *ptr)); -- cgit 1.4.1