freebsd-dev/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 Remove alpha-specific stuff. 2006-08-23 12:12:56 +00:00
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 Include <err.h> where needed. Add $FreeBSD$ where missing. 2005-08-05 09:07:42 +00:00
llib
xlint This now passes a make universe with WARNS=6. 2010-01-07 09:45:15 +00:00
Makefile
Makefile.inc