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: Sun Aug 2 20:13:05 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): remove duplicate code in :ts modifier
The pointer xp had already been there with the correct value, and
there's no point in not using it. This reduces the code size on x86_64
by 48 bytes, which is more than I had expected.
To generate a diff of this commit:
cvs rdiff -u -r1.406 -r1.407 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