Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 15:25:23 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make cond.c job.c
Message-ID:  <200503181525.j2IFPN8l009196@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2005-03-18 15:25:23 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         cond.c job.c 
  Log:
  Replace Lst_Find calls with LST_FOREACH loops. This helps in
  constification und simplifies the code because the one-liner
  predicates can be inlined into the code.
  
  Revision  Changes    Path
  1.41      +7 -25     src/usr.bin/make/cond.c
  1.80      +8 -23     src/usr.bin/make/job.c



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