1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Remove unused and conflicting value

This commit is contained in:
Lauri Kasanen 2022-10-12 12:19:01 +03:00
parent ea924ededd
commit 89fc5e30c4

View File

@ -66,8 +66,6 @@ typedef enum attr_t {
atDepLabel = 0x0040, /* Dependent label */
atUnnamedLabel = 0x0080, /* Unnamed label */
atLabelDefined = 0x0100, /* True if we defined the label */
atStyleMask = 0x000F, /* Output style */
atLabelMask = 0x00F0, /* Label information */