From: Pascal de Bruijn Date: Mon, 17 Jul 2017 17:43:11 +0000 (+0200) Subject: pragma: bring pragma_t enum in line with Pragmas struct X-Git-Tag: V2.17~117^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ea7f4d748942ad0fd34f68502531db6c0b15aca5;p=cc65 pragma: bring pragma_t enum in line with Pragmas struct fixes an inconsequential inconsistency, might prevent some confusion in the future. --- diff --git a/src/cc65/pragma.c b/src/cc65/pragma.c index de1979c12..d50d151a7 100644 --- a/src/cc65/pragma.c +++ b/src/cc65/pragma.c @@ -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 */