freebsd-src/usr.bin/xlint
Roman Divacky 7f18fc27cd Rename the ALIGN macro to LINT_ALIGN so it does not clash with machine/param.h
Bump the alignment to 16bytes because lint1 memory allocator is used for
objects that require 16bytes alignment on amd64 (ie. val_t). This makes
lint1 work when compiled with compiler(s) that use SSE for memcpy on amd64.
(e.g. clang).

Approved by:	ed (mentor)
2010-04-09 15:21:11 +00:00
..
arch
common
lint1 Rename the ALIGN macro to LINT_ALIGN so it does not clash with machine/param.h 2010-04-09 15:21:11 +00:00
lint2
llib
xlint This now passes a make universe with WARNS=6. 2010-01-07 09:45:15 +00:00
Makefile
Makefile.inc