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:
@@ -79,8 +79,8 @@ typedef enum {
|
|||||||
PRAGMA_INLINE_STDFUNCS,
|
PRAGMA_INLINE_STDFUNCS,
|
||||||
PRAGMA_LOCAL_STRINGS,
|
PRAGMA_LOCAL_STRINGS,
|
||||||
PRAGMA_OPTIMIZE,
|
PRAGMA_OPTIMIZE,
|
||||||
PRAGMA_REGVARADDR,
|
|
||||||
PRAGMA_REGISTER_VARS,
|
PRAGMA_REGISTER_VARS,
|
||||||
|
PRAGMA_REGVARADDR,
|
||||||
PRAGMA_REGVARS, /* obsolete */
|
PRAGMA_REGVARS, /* obsolete */
|
||||||
PRAGMA_RODATA_NAME,
|
PRAGMA_RODATA_NAME,
|
||||||
PRAGMA_RODATASEG, /* obsolete */
|
PRAGMA_RODATASEG, /* obsolete */
|
||||||
|
|||||||
Reference in New Issue
Block a user