cvs commit: src/usr.bin/make cond.c job.c

Hartmut Brandt harti at FreeBSD.org
Fri Mar 18 07:25:24 PST 2005


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


More information about the cvs-all mailing list