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: Tue Dec 7 21:58:01 UTC 2021
Modified Files:
src/usr.bin/make: hash.c hash.h
Log Message:
make: inline HashIter_Init
It is only used in non-critical code paths, but the generated code gets
smaller by inlining.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/usr.bin/make/hash.c
cvs rdiff -u -r1.40 -r1.41 src/usr.bin/make/hash.h
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