• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GCC with patches for OS216


Commit MetaInfo

Revision9c193768f7e3f0d33ef29b117043cacd5fe74663 (tree)
Zeit1999-04-08 06:45:40
AutorRichard Kenner <kenner@gcc....>
CommiterRichard Kenner

Log Message

Minor reformatting

From-SVN: r26280

Ändern Zusammenfassung

Diff

--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -4130,7 +4130,7 @@ check_lang_option (option, lang_option)
41304130 /* Ignore null entries. */
41314131 if (option == NULL || option == START_LANG || option == END_LANG
41324132 || lang_option == START_LANG || lang_option == END_LANG
4133- || lang_option == NULL || *lang_option == 0)
4133+ || lang_option == NULL || *lang_option == 0)
41344134 return 0;
41354135
41364136 len = strlen (lang_option);
@@ -4329,9 +4329,9 @@ main (argc, argv, envp)
43294329
43304330 if (j != -1)
43314331 {
4332- /* If the option is valid for *some* language,
4333- treat it as valid even if this language doesn't understand it. */
4334- lang_decode_option (argv[i]);
4332+ /* If the option is valid for *some* language,
4333+ treat it as valid even if this language doesn't understand it. */
4334+ lang_decode_option (argv[i]);
43354335
43364336 if (!strcmp (argv[i], "--help"))
43374337 {