diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-02 13:01:50 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-02 13:01:50 +0000 |
commit | 72297628d998bbc4e3f7fae1a317a65a597186b1 (patch) | |
tree | 1a5bbf1471daa94245206cbf00693c43e9f5047b /gas/app.c | |
parent | 1cfc59d51f4eb450dbc8acf4ec0e1c636662030b (diff) | |
download | binutils-72297628d998bbc4e3f7fae1a317a65a597186b1.tar.gz binutils-72297628d998bbc4e3f7fae1a317a65a597186b1.tar.bz2 binutils-72297628d998bbc4e3f7fae1a317a65a597186b1.zip |
* app.c (mri_pseudo): Only declare for TC_M68K.
Diffstat (limited to 'gas/app.c')
-rw-r--r-- | gas/app.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/app.c b/gas/app.c index ba587d4651b..a3589da4a50 100644 --- a/gas/app.c +++ b/gas/app.c @@ -40,13 +40,13 @@ flag_m68k_mri, because the two flags will be affected by the .mri pseudo-op at different times. */ static int scrub_m68k_mri; -#else -#define scrub_m68k_mri 0 -#endif /* The pseudo-op which switches in and out of MRI mode. See the comment in do_scrub_chars. */ static const char mri_pseudo[] = ".mri 0"; +#else +#define scrub_m68k_mri 0 +#endif #if defined TC_ARM && defined OBJ_ELF /* The pseudo-op for which we need to special-case `@' characters. |