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: Wed Feb 15 06:31:51 UTC 2023
Modified Files:
src/usr.bin/make: make.h parse.c var.c
Log Message:
make: inline macro for variable name ".MAKE.EXPORTED"
The variable name is distinctive enough to be searched directly in the
code instead of having a named constant for it.
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.314 -r1.315 src/usr.bin/make/make.h
cvs rdiff -u -r1.694 -r1.695 src/usr.bin/make/parse.c
cvs rdiff -u -r1.1044 -r1.1045 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