Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   rillig
Date:           Tue Jun 29 07:23:21 UTC 2021

Modified Files:
        src/tests/usr.bin/xlint/lint1: msg_077.c msg_077.exp
        src/usr.bin/xlint/lint1: lex.c

Log Message:
lint: fix lexical analysis of character constants in traditional C

The code now follows the wording of the C Reference Manual from 1978.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/msg_077.c \
    src/tests/usr.bin/xlint/lint1/msg_077.exp
cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xlint/lint1/lex.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