Merged pull request #459 from "pmjdebruijn/pragma".
pragma: bring pragma_t enum in line with Pragmas struct
This commit is contained in:
commit
f5615c6ed4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue