From 281b04d06684a600d351dd09eee1ba1b45415421 Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 27 Dec 2011 22:53:15 +0000 Subject: [PATCH] Added LARGE_ALIGNMENT. git-svn-id: svn://svn.cc65.org/cc65/trunk@5332 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/common/alignment.h | 5 +++++ 1 file changed, 5 insertions(+) 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 + /*****************************************************************************/ -- 2.39.5