]> git.sur5r.net Git - cc65/commitdiff
pragma: bring pragma_t enum in line with Pragmas struct 459/head
authorPascal de Bruijn <pmjdebruijn@pcode.nl>
Mon, 17 Jul 2017 17:43:11 +0000 (19:43 +0200)
committerPascal de Bruijn <pmjdebruijn@pcode.nl>
Mon, 17 Jul 2017 17:43:11 +0000 (19:43 +0200)
fixes an inconsequential inconsistency, might prevent some
confusion in the future.

src/cc65/pragma.c

index de1979c12569b15559578e03c0024bf5247b4240..d50d151a7c063700590d841c6384f975e17afc54 100644 (file)
@@ -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 */