Source-Changes archive

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

CVS commit: src/usr.bin/xlint/arch



Module Name:    src
Committed By:   he
Date:           Fri Oct 20 12:51:12 UTC 2006

Modified Files:
        src/usr.bin/xlint/arch/sh3: targparam.h
        src/usr.bin/xlint/arch/vax: targparam.h

Log Message:
The symbol to define to 1 if a pointer to an int fits in a long is
INTPTR_IS_LONG, not INTPTR_IS_ULONG -- the latter is unused in
other parts of lint's code.  This stops vax's lint from complaining
about conversion of integer constants to 'unsigned long' in function
argument lists, via a proper define of INT_RSIZE in common/inittyp.c.
sh3 defined this to 0, so was actually not affected, but better to
eradicate the typo there as well.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/usr.bin/xlint/arch/sh3/targparam.h
cvs rdiff -r1.3 -r1.4 src/usr.bin/xlint/arch/vax/targparam.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