mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
(WORD_SWITCH_TAKES_ARG): Fix typo.
From-SVN: r1420
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user