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 Dec 27 19:06:07 UTC 2021
Modified Files:
src/usr.bin/make: hash.c parse.c
Log Message:
make: replace __func__ with actual strings
Make is supposed to be C90-compatible, and __func__ is from C99.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/usr.bin/make/hash.c
cvs rdiff -u -r1.585 -r1.586 src/usr.bin/make/parse.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