mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
pragma: bring pragma_t enum in line with Pragmas struct
fixes an inconsequential inconsistency, might prevent some confusion in the future.
This commit is contained in:
parent
6de78c536f
commit
ea7f4d7489
@ -79,8 +79,8 @@ typedef enum {
|
||||
PRAGMA_INLINE_STDFUNCS,
|
||||
PRAGMA_LOCAL_STRINGS,
|
||||
PRAGMA_OPTIMIZE,
|
||||
PRAGMA_REGVARADDR,
|
||||
PRAGMA_REGISTER_VARS,
|
||||
PRAGMA_REGVARADDR,
|
||||
PRAGMA_REGVARS, /* obsolete */
|
||||
PRAGMA_RODATA_NAME,
|
||||
PRAGMA_RODATASEG, /* obsolete */
|
||||
|
Loading…
Reference in New Issue
Block a user