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 Dec 12 00:33:25 UTC 2020

Modified Files:
        src/usr.bin/make: compat.c cond.c for.c job.c var.c

Log Message:
make(1): remove const from function parameters

These have been left-overs from refactoring, when these pieces were
extracted to separate functions.


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/usr.bin/make/compat.c
cvs rdiff -u -r1.221 -r1.222 src/usr.bin/make/cond.c
cvs rdiff -u -r1.115 -r1.116 src/usr.bin/make/for.c
cvs rdiff -u -r1.369 -r1.370 src/usr.bin/make/job.c
cvs rdiff -u -r1.719 -r1.720 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