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:           Sat Aug  1 09:25:36 UTC 2020

Modified Files:
        src/usr.bin/make: compat.c main.c make.c meta.c nonints.h parse.c
            trace.c var.c

Log Message:
make(1): let Var_Value return a const char *

The return value must not be modified anyway, so let the compiler check
this for free.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/usr.bin/make/compat.c
cvs rdiff -u -r1.288 -r1.289 src/usr.bin/make/main.c
cvs rdiff -u -r1.101 -r1.102 src/usr.bin/make/make.c
cvs rdiff -u -r1.89 -r1.90 src/usr.bin/make/meta.c
cvs rdiff -u -r1.87 -r1.88 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.243 -r1.244 src/usr.bin/make/parse.c
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/trace.c
cvs rdiff -u -r1.374 -r1.375 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