Source-Changes archive

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

CVS commit: basesrc/usr.bin/xlint



Module Name:    basesrc
Committed By:   thorpej
Date:           Tue Feb  5 03:04:30 UTC 2002

Modified Files:
        basesrc/usr.bin/xlint/common: lint.h param.h
        basesrc/usr.bin/xlint/lint1: cgram.y emit1.c externs1.h lint1.h scan.l
            tree.c

Log Message:
Replace u_quad_t with uint64_t and quad_t with int64_t, and use
<inttypes.h> to get those type definitions.  These types are more
portable, and a little more sane to do autoconf tests for.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 basesrc/usr.bin/xlint/common/lint.h
cvs rdiff -r1.1 -r1.2 basesrc/usr.bin/xlint/common/param.h
cvs rdiff -r1.23 -r1.24 basesrc/usr.bin/xlint/lint1/cgram.y
cvs rdiff -r1.11 -r1.12 basesrc/usr.bin/xlint/lint1/emit1.c
cvs rdiff -r1.13 -r1.14 basesrc/usr.bin/xlint/lint1/externs1.h
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/xlint/lint1/lint1.h
cvs rdiff -r1.26 -r1.27 basesrc/usr.bin/xlint/lint1/scan.l
cvs rdiff -r1.24 -r1.25 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