cvs commit: src/usr.bin/make buf.c buf.h cond.c for.c main.c
parse.c str.c str.h var.c var.h var_modify.c
Hartmut Brandt
harti at FreeBSD.org
Tue Feb 1 23:36:19 PST 2005
harti 2005-02-02 07:36:18 UTC
FreeBSD src repository
Modified files:
usr.bin/make buf.c buf.h cond.c for.c main.c parse.c
str.c str.h var.c var.h var_modify.c
Log:
Convert several typedefs from beeing pointers to structs to be the structs
itself. This will ease constification (think of what 'const Ptr foo'
means if Ptr is a pointer to a struct).
Submitted by: Max Okumoto <okumoto at ucsd.edu>
Revision Changes Path
1.26 +13 -13 src/usr.bin/make/buf.c
1.18 +13 -13 src/usr.bin/make/buf.h
1.35 +4 -3 src/usr.bin/make/cond.c
1.30 +3 -3 src/usr.bin/make/for.c
1.114 +2 -1 src/usr.bin/make/main.c
1.70 +2 -2 src/usr.bin/make/parse.c
1.37 +2 -1 src/usr.bin/make/str.c
1.2 +3 -2 src/usr.bin/make/str.h
1.60 +11 -11 src/usr.bin/make/var.c
1.5 +33 -30 src/usr.bin/make/var.h
1.9 +9 -9 src/usr.bin/make/var_modify.c
More information about the cvs-src
mailing list