Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/xlint



Module Name:    src
Committed By:   rillig
Date:           Wed Dec 30 10:46:11 UTC 2020

Modified Files:
        src/usr.bin/xlint/common: emit.c lint.h
        src/usr.bin/xlint/lint1: emit1.c func.c init.c lint1.h mem1.c scan.l
        src/usr.bin/xlint/lint2: chk.c lint2.h read.c

Log Message:
lint: rename more _nxt members to _next


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/xlint/common/emit.c
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/xlint/common/lint.h
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/xlint/lint1/emit1.c
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/xlint/lint1/func.c
cvs rdiff -u -r1.45 -r1.46 src/usr.bin/xlint/lint1/init.c
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/xlint/lint1/lint1.h
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/xlint/lint1/mem1.c
cvs rdiff -u -r1.99 -r1.100 src/usr.bin/xlint/lint1/scan.l
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/xlint/lint2/chk.c
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/xlint/lint2/lint2.h
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/xlint/lint2/read.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