Added LARGE_ALIGNMENT.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5332 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -54,6 +54,11 @@
|
|||||||
*/
|
*/
|
||||||
#define MAX_ALIGNMENT 0x10000UL
|
#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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user