Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/xlint/lint1
Module Name: src
Committed By: rillig
Date: Fri Jul 28 21:50:03 UTC 2023
Modified Files:
src/usr.bin/xlint/lint1: cgram.y debug.c decl.c externs1.h lint1.h
Log Message:
lint: extract 'vararg' and 'prototype' flags from global 'dcs'
These flags are only relevant for parameter lists, so add a separate
type for it.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.465 -r1.466 src/usr.bin/xlint/lint1/cgram.y
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/xlint/lint1/debug.c
cvs rdiff -u -r1.362 -r1.363 src/usr.bin/xlint/lint1/decl.c
cvs rdiff -u -r1.198 -r1.199 src/usr.bin/xlint/lint1/externs1.h
cvs rdiff -u -r1.195 -r1.196 src/usr.bin/xlint/lint1/lint1.h
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