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:           Sun Oct 18 17:19:54 UTC 2020

Modified Files:
        src/usr.bin/make: cond.c dir.c for.c lst.h make.h nonints.h parse.c
            suff.c trace.h var.c

Log Message:
make(1): add tags to enum types

This allows IDEs to offer better type information than "anonymous enum".


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/usr.bin/make/cond.c
cvs rdiff -u -r1.169 -r1.170 src/usr.bin/make/dir.c
cvs rdiff -u -r1.93 -r1.94 src/usr.bin/make/for.c
cvs rdiff -u -r1.71 -r1.72 src/usr.bin/make/lst.h
cvs rdiff -u -r1.158 -r1.159 src/usr.bin/make/make.h
cvs rdiff -u -r1.142 -r1.143 src/usr.bin/make/nonints.h
cvs rdiff -u -r1.385 -r1.386 src/usr.bin/make/parse.c
cvs rdiff -u -r1.188 -r1.189 src/usr.bin/make/suff.c
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/trace.h
cvs rdiff -u -r1.577 -r1.578 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