1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-04 06:29:41 +00:00

Added LARGE_ALIGNMENT.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5332 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2011-12-27 22:53:15 +00:00
parent 71b134db78
commit 281b04d066

View File

@ -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
/*****************************************************************************/