Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/make
Module Name: src
Committed By: rillig
Date: Thu Nov 5 17:27:16 UTC 2020
Modified Files:
src/usr.bin/make: arch.c cond.c dir.c hash.c job.c main.c meta.c
parse.c suff.c targ.c util.c var.c
src/usr.bin/make/filemon: filemon_dev.c filemon_ktrace.c
Log Message:
make(1): remove redundant parentheses from sizeof operator
The parentheses are only needed if the argument is a type, not an
expression.
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/usr.bin/make/arch.c
cvs rdiff -u -r1.174 -r1.175 src/usr.bin/make/cond.c
cvs rdiff -u -r1.193 -r1.194 src/usr.bin/make/dir.c
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/make/hash.c
cvs rdiff -u -r1.302 -r1.303 src/usr.bin/make/job.c
cvs rdiff -u -r1.425 -r1.426 src/usr.bin/make/main.c
cvs rdiff -u -r1.137 -r1.138 src/usr.bin/make/meta.c
cvs rdiff -u -r1.426 -r1.427 src/usr.bin/make/parse.c
cvs rdiff -u -r1.230 -r1.231 src/usr.bin/make/suff.c
cvs rdiff -u -r1.126 -r1.127 src/usr.bin/make/targ.c
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/make/util.c
cvs rdiff -u -r1.658 -r1.659 src/usr.bin/make/var.c
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/filemon/filemon_dev.c \
src/usr.bin/make/filemon/filemon_ktrace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index