Commit 0859cd51 by Richard Stallman

(WORD_SWITCH_TAKES_ARG): Fix typo.

From-SVN: r1420
parent a0209f48
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment