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: Mon Feb 1 19:46:58 UTC 2021
Modified Files:
src/usr.bin/make: main.c str.c util.c var.c
Log Message:
make: replace pre-increment with post-increment or simple addition
The rest of the code already prefers post-increment if there is no
actual difference.
To generate a diff of this commit:
cvs rdiff -u -r1.522 -r1.523 src/usr.bin/make/main.c
cvs rdiff -u -r1.79 -r1.80 src/usr.bin/make/str.c
cvs rdiff -u -r1.73 -r1.74 src/usr.bin/make/util.c
cvs rdiff -u -r1.786 -r1.787 src/usr.bin/make/var.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