K 10 svn:author V 8 rdivacky K 8 svn:date V 27 2010-04-09T15:21:11.336828Z K 7 svn:log V 341 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) END