* cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.

From-SVN: r38926
This commit is contained in:
Neil Booth 2001-01-11 22:10:49 +00:00 committed by Neil Booth
parent 05e8172427
commit d395676671
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
* cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Add -MQ.
2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
* cppinit.c (cpp_start_read): If -fpreprocessed, ignore

View File

@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA. */
|| !strcmp (STR, "idirafter") || !strcmp (STR, "iprefix") \
|| !strcmp (STR, "iwithprefix") || !strcmp (STR, "iwithprefixbefore") \
|| !strcmp (STR, "isystem") || !strcmp (STR, "specs") \
|| !strcmp (STR, "MF") || !strcmp (STR, "MT"))
|| !strcmp (STR, "MF") || !strcmp (STR, "MT") || !strcmp (STR, "MQ"))
#ifndef WORD_SWITCH_TAKES_ARG
#define WORD_SWITCH_TAKES_ARG(STR) DEFAULT_WORD_SWITCH_TAKES_ARG (STR)