From: Richard Stallman Date: Sat, 1 May 1993 20:37:54 +0000 (+0000) Subject: (WORD_SWITCH_TAKES_ARG): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=461c2c6ce6fd982098337a9035dfbcaacc4eecb1;p=gcc.git (WORD_SWITCH_TAKES_ARG): Fix typo. From-SVN: r4296 --- diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index 7a1b35e98b8..15a0f79a3a2 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -80,7 +80,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef WORD_SWITCH_TAKES_ARG #define WORD_SWITCH_TAKES_ARG(STR) \ - (DEFAULT_WORD_SWITCH_TAKES_ARG (str) ? 1 : \ + (DEFAULT_WORD_SWITCH_TAKES_ARG (STR) ? 1 : \ !strcmp (STR, "segalign") ? 1 : \ !strcmp (STR, "seg1addr") ? 1 : \ !strcmp (STR, "segaddr") ? 2 : \