Module Name: src Committed By: rillig Date: Thu Aug 13 04:12:13 UTC 2020
Modified Files: src/usr.bin/make: buf.c buf.h var.c Log Message: make(1): remove type alias Byte = char This alias was only actually used in very few places, and changing it to unsigned char or any other type would not be possible without generating lots of compile-time errors. Therefore there was no abstraction, only unnecessary complexity. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/make/buf.c cvs rdiff -u -r1.23 -r1.24 src/usr.bin/make/buf.h cvs rdiff -u -r1.448 -r1.449 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.