Date: Fri, 11 Mar 2005 13:24:08 +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 suff.c util.c util.h Message-ID: <200503111324.j2BDO8uV004301@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2005-03-11 13:24:08 UTC FreeBSD src repository Modified files: usr.bin/make suff.c util.c util.h Log: Simplify the print routines by using LST_FOREACH instead of Lst_ForEach and inlining the small printing utility functions. Create a function that can be used to produce printable representations of flag words. Revision Changes Path 1.53 +41 -66 src/usr.bin/make/suff.c 1.18 +20 -0 src/usr.bin/make/util.c 1.6 +7 -0 src/usr.bin/make/util.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503111324.j2BDO8uV004301>