* app.c (mri_pseudo): Only declare for TC_M68K.
[deliverable/binutils-gdb.git] / gas / app.c
index ba587d4651bb4601828652d5e5eebdb7485e569a..a3589da4a509c98fa0d6d13fe0138517d3843811 100644 (file)
--- a/gas/app.c
+++ b/gas/app.c
    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.
This page took 0.02419 seconds and 4 git commands to generate.