CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/05/31 16:27:54
Modified files:
usr.bin/xlint/lint1: decl.c
usr.bin/xlint/lint2: chk.c
Log message:
Lint didn't take into account padding of LDOUBLE, LDCOMPLEX,
LDIMAGINARY, therefore was doing portability checks against a
non-existent architecture.
Make psizes of the mentioned types 128-bits for portability checks.
(since it's rarer).
