mirror of
https://github.com/cc65/cc65.git
synced 2025-01-25 11:30:06 +00:00
Fixed a problem with the Watcom compiler
git-svn-id: svn://svn.cc65.org/cc65/trunk@580 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
fb9da60180
commit
99052e546d
@ -44,8 +44,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
typedef enum attr_t attr_t;
|
typedef enum attr_t {
|
||||||
enum attr_t {
|
|
||||||
|
|
||||||
/* Styles */
|
/* Styles */
|
||||||
atDefault = 0x00, /* Default style */
|
atDefault = 0x00, /* Default style */
|
||||||
@ -65,7 +64,7 @@ enum attr_t {
|
|||||||
|
|
||||||
atStyleMask = 0x0F, /* Output style */
|
atStyleMask = 0x0F, /* Output style */
|
||||||
atLabelMask = 0x30 /* Label information */
|
atLabelMask = 0x30 /* Label information */
|
||||||
};
|
} attr_t;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user