Module Name: src Committed By: rillig Date: Mon Nov 2 19:07:10 UTC 2020
Modified Files: src/usr.bin/make: arch.c cond.c var.c src/usr.bin/make/unit-tests: include-sub.mk Log Message: make(1): remove word "Ptr" from variable names Whether or not a variable is a pointer is obvious from the context. Since the introduction of function prototypes in C90, this information is checked by the compiler and no longer needs to be encoded in the variable names. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/usr.bin/make/arch.c cvs rdiff -u -r1.173 -r1.174 src/usr.bin/make/cond.c cvs rdiff -u -r1.647 -r1.648 src/usr.bin/make/var.c cvs rdiff -u -r1.6 -r1.7 src/usr.bin/make/unit-tests/include-sub.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.