Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2005 17:16:16 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib malloc.c
Message-ID:  <200502271716.j1RHGG32018906@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2005-02-27 17:16:16 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      malloc.c 
  Log:
  Remove the check about whether MALLOC_EXTRA_SANITY is defined,
  surrounding the undef'ing it.  It does not seem necessary to
  undef some symbol that is not exist, and gcc does not complain
  about whether a symbol is exist before #undef'ing it out.
  
  Spotted by:     mingyanguo via ChinaUnix.net forum
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.90      +0 -2      src/lib/libc/stdlib/malloc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502271716.j1RHGG32018906>