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 13 22:26:21 UTC 2021
Modified Files:
src/usr.bin/make: main.c make.h
Log Message:
make: convert debugging flags from enum to bit-field
This gets rid of the magic numbers, making it possible to add another
debug flag without renumbering the others.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.542 -r1.543 src/usr.bin/make/main.c
cvs rdiff -u -r1.271 -r1.272 src/usr.bin/make/make.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