opnsense-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 Remove alpha-specific stuff. 2006-08-23 12:12:56 +00:00
common Snapshot of NetBSD's (x)lint. Little functionality, just some code 2002-07-19 15:19:23 +00:00
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 #include <sys/time.h> before <sys/stat.h> to get timespec. 2002-06-21 09:23:12 +00:00
xlint This now passes a make universe with WARNS=6. 2010-01-07 09:45:15 +00:00
Makefile If lint(1) is not "lint", don't try to lint the xlint compat-libs. A 2003-06-15 13:03:37 +00:00
Makefile.inc style.Makefile(5): 2004-02-23 20:25:27 +00:00