mirror of
https://github.com/cc65/cc65.git
synced 2025-02-06 12:31:12 +00:00
Remove unused and conflicting value
This commit is contained in:
parent
ea924ededd
commit
89fc5e30c4
@ -66,8 +66,6 @@ typedef enum attr_t {
|
|||||||
atDepLabel = 0x0040, /* Dependent label */
|
atDepLabel = 0x0040, /* Dependent label */
|
||||||
atUnnamedLabel = 0x0080, /* Unnamed label */
|
atUnnamedLabel = 0x0080, /* Unnamed label */
|
||||||
|
|
||||||
atLabelDefined = 0x0100, /* True if we defined the label */
|
|
||||||
|
|
||||||
atStyleMask = 0x000F, /* Output style */
|
atStyleMask = 0x000F, /* Output style */
|
||||||
atLabelMask = 0x00F0, /* Label information */
|
atLabelMask = 0x00F0, /* Label information */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user