diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-22 06:30:48 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-05-22 06:30:48 +0000 |
commit | b8775b1a7d3f1813f51cb0fb4f9e91280aeb3c19 (patch) | |
tree | d082afed666875dcd9c42e5981764332b94b63c8 /gcc/config/darwin-c.c | |
parent | 235b9d400407b9a8e65a3675e67e2c7fdc114da2 (diff) | |
download | ppe42-gcc-b8775b1a7d3f1813f51cb0fb4f9e91280aeb3c19.tar.gz ppe42-gcc-b8775b1a7d3f1813f51cb0fb4f9e91280aeb3c19.zip |
Fix typo in last change
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113968 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin-c.c')
-rw-r--r-- | gcc/config/darwin-c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin-c.c b/gcc/config/darwin-c.c index 52180d7a9a1..88ce9ef54d5 100644 --- a/gcc/config/darwin-c.c +++ b/gcc/config/darwin-c.c @@ -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")) |