(WORD_SWITCH_TAKES_ARG): Fix typo.
authorRichard Stallman <rms@gnu.org>
Sat, 4 Jul 1992 16:19:09 +0000 (16:19 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 4 Jul 1992 16:19:09 +0000 (16:19 +0000)
From-SVN: r1420

gcc/config/i960/i960.h

index 9b8b496f1dd8f6b564707d923fb545939006a578..c15e535af7dcab9d5877453c2f711377f1f7985c 100644 (file)
@@ -87,7 +87,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* These compiler options take an argument.  */
 #define WORD_SWITCH_TAKES_ARG(STR)                     \
  (!strcmp (STR, "Tdata") || !strcmp (STR, "include")   \
-  || !strcmp (STR, "imacros") || !strcmp (STR, "Ttext")
+  || !strcmp (STR, "imacros") || !strcmp (STR, "Ttext")        \
   || !strcmp (STR, "aux-info"))
 
 /* Omit frame pointer at -O2.  Inline functions at -O3.  */