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:           Thu May 11 19:01:35 UTC 2023

Modified Files:
        src/tests/usr.bin/indent: lsym_preprocessing.c opt_v.c
        src/usr.bin/indent: indent.c indent.h io.c

Log Message:
indent: don't touch comments in preprocessing lines

The indentation of multi-line comments was wrong, and the code for
handling them was too complicated.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/usr.bin/indent/lsym_preprocessing.c
cvs rdiff -u -r1.10 -r1.11 src/tests/usr.bin/indent/opt_v.c
cvs rdiff -u -r1.251 -r1.252 src/usr.bin/indent/indent.c
cvs rdiff -u -r1.118 -r1.119 src/usr.bin/indent/indent.h
cvs rdiff -u -r1.152 -r1.153 src/usr.bin/indent/io.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