Commit aea8e035 by Mike Stump

Fix typo in last change

From-SVN: r113968
parent 92d6158e
......@@ -114,7 +114,7 @@ darwin_pragma_options (cpp_reader *pfile ATTRIBUTE_UNUSED)
BAD ("malformed '#pragma options', ignoring");
if (pragma_lex (&x) != CPP_EOF)
BAD ("junk at end of '#pragma options'");
warning (OPT_Wpragmas, "junk at end of '#pragma options'");
arg = IDENTIFIER_POINTER (t);
if (!strcmp (arg, "mac68k"))
......
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