Source-Changes archive

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

CVS commit: basesrc/usr.bin/xlint/lint1



Module Name:    basesrc
Committed By:   christos
Date:           Fri Sep 13 14:59:25 UTC 2002

Modified Files:
        basesrc/usr.bin/xlint/lint1: cgram.y decl.c emit1.c err.c externs1.h
            func.c init.c lint1.h scan.l tree.c

Log Message:
Minimize diffs with my C99 capable version [this commit does not include
C99 support.

- turn lerror() into a macro so that the filename and the line number of the
  error are printed before we abort.
- recurse in type printing to provide the proper type name.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 basesrc/usr.bin/xlint/lint1/cgram.y
cvs rdiff -r1.30 -r1.31 basesrc/usr.bin/xlint/lint1/decl.c
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/xlint/lint1/emit1.c
cvs rdiff -r1.18 -r1.19 basesrc/usr.bin/xlint/lint1/err.c
cvs rdiff -r1.14 -r1.15 basesrc/usr.bin/xlint/lint1/externs1.h
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/xlint/lint1/func.c
cvs rdiff -r1.10 -r1.11 basesrc/usr.bin/xlint/lint1/init.c
cvs rdiff -r1.13 -r1.14 basesrc/usr.bin/xlint/lint1/lint1.h
cvs rdiff -r1.27 -r1.28 basesrc/usr.bin/xlint/lint1/scan.l
cvs rdiff -r1.25 -r1.26 basesrc/usr.bin/xlint/lint1/tree.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