freebsd-dev/usr.bin/xlint/lint1
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
..
cgram.y
decl.c Rename the ALIGN macro to LINT_ALIGN so it does not clash with machine/param.h 2010-04-09 15:21:11 +00:00
emit1.c
emit.c
err.c
externs1.h
func.c
init.c
lint1.h Rename the ALIGN macro to LINT_ALIGN so it does not clash with machine/param.h 2010-04-09 15:21:11 +00:00
lint.h
main1.c
Makefile
makeman The NetBSD Foundation has granted permission to remove clause 3 and 4 2010-02-16 21:43:57 +00:00
mem1.c Rename the ALIGN macro to LINT_ALIGN so it does not clash with machine/param.h 2010-04-09 15:21:11 +00:00
op.h
param.h MFp4(mips2-jnpr): 2008-04-04 21:35:13 +00:00
scan.l Pass the correct size to memset(). 2010-03-08 16:23:32 +00:00
tree.c