Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/indent
Module Name: src
Committed By: rillig
Date: Sun Nov 7 07:06:00 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c indent.h io.c lexi.c pr_comment.c
Log Message:
indent: rename 'inbuf' functions to 'inp'
The variable 'inp' used to be named 'inbuf'. Make the function names
correspond to the variable name again.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/usr.bin/indent/indent.c
cvs rdiff -u -r1.78 -r1.79 src/usr.bin/indent/indent.h
cvs rdiff -u -r1.115 -r1.116 src/usr.bin/indent/io.c
cvs rdiff -u -r1.132 -r1.133 src/usr.bin/indent/lexi.c
cvs rdiff -u -r1.97 -r1.98 src/usr.bin/indent/pr_comment.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