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 23:20:09 UTC 2021
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: inline common subexpression in ParseRawLine
There is no need to load the buf_end from memory each time a character
from a makefile is processed. The end of the buffer only changes when
the file changes, not while reading a single line.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.569 -r1.570 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