aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1999-04-07 21:45:40 +0000
committerRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1999-04-07 21:45:40 +0000
commitfe6f3d263ef6378b86c5d86b1d87459af9d4a7ae (patch)
treee4f40ae306b87cf433b6992eb7b87759f88e95e6
parentd6237d92f6c4ab5b4af50a501526eab944118475 (diff)
git-svn-id: https://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"))
{