Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Nov 2004 12:17:13 +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 for.c lst.h main.c parse.c src/usr.bin/make/lst.lib lstDestroy.c lstDupl.c lstFind.c lstFindFrom.c lstForEach.c lstForEachFrom.c
Message-ID:  <200411291217.iATCHDsx094146@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2004-11-29 12:17:13 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         for.c lst.h main.c parse.c 
    usr.bin/make/lst.lib lstDestroy.c lstDupl.c lstFind.c 
                         lstFindFrom.c lstForEach.c 
                         lstForEachFrom.c 
  Log:
  Use typedefs for the types of the functions that are passed as arguments
  to the list functions for better readability.
  
  Submitted by:   Max Okumoto <okumoto@ucsd.edu>
  
  Revision  Changes    Path
  1.22      +1 -1      src/usr.bin/make/for.c
  1.17      +13 -8     src/usr.bin/make/lst.h
  1.15      +1 -1      src/usr.bin/make/lst.lib/lstDestroy.c
  1.15      +1 -1      src/usr.bin/make/lst.lib/lstDupl.c
  1.14      +1 -1      src/usr.bin/make/lst.lib/lstFind.c
  1.15      +1 -1      src/usr.bin/make/lst.lib/lstFindFrom.c
  1.13      +1 -1      src/usr.bin/make/lst.lib/lstForEach.c
  1.15      +1 -1      src/usr.bin/make/lst.lib/lstForEachFrom.c
  1.101     +1 -1      src/usr.bin/make/main.c
  1.59      +1 -1      src/usr.bin/make/parse.c



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