From: uz Date: Tue, 27 Dec 2011 22:53:15 +0000 (+0000) Subject: Added LARGE_ALIGNMENT. X-Git-Tag: V2.13.3~132 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=281b04d06684a600d351dd09eee1ba1b45415421;p=cc65 Added LARGE_ALIGNMENT. git-svn-id: svn://svn.cc65.org/cc65/trunk@5332 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/common/alignment.h b/src/common/alignment.h index 84ed7c20b..6e8ffa373 100644 --- a/src/common/alignment.h +++ b/src/common/alignment.h @@ -54,6 +54,11 @@ */ #define MAX_ALIGNMENT 0x10000UL +/* The following value marks what is considered a "large alignment" and worth + * a warning if not suppressed. + */ +#define LARGE_ALIGNMENT 0x101UL + /*****************************************************************************/