aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-07 21:45:40 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-07 21:45:40 +0000
commite0a8857ec87490467a0cb51572d4a1c99bc970f8 (patch)
treee4f40ae306b87cf433b6992eb7b87759f88e95e6
parentb57f74f4c5ad1fe9af6bf15bd5a3fde85748c873 (diff)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/premerge-fsf-branch@26280 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/toplev.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index a6cb1b2a9af..79f7baf6464 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -4130,7 +4130,7 @@ check_lang_option (option, lang_option)
/* Ignore null entries. */
if (option == NULL || option == START_LANG || option == END_LANG
|| lang_option == START_LANG || lang_option == END_LANG
- || lang_option == NULL || *lang_option == 0)
+ || lang_option == NULL || *lang_option == 0)
return 0;
len = strlen (lang_option);
@@ -4329,9 +4329,9 @@ main (argc, argv, envp)
if (j != -1)
{
- /* If the option is valid for *some* language,
- treat it as valid even if this language doesn't understand it. */
- lang_decode_option (argv[i]);
+ /* If the option is valid for *some* language,
+ treat it as valid even if this language doesn't understand it. */
+ lang_decode_option (argv[i]);
if (!strcmp (argv[i], "--help"))
{