* toplev.c (lang_options): Add new flag -ffor-scope.

From-SVN: r9605
This commit is contained in:
Mike Stump 1995-05-10 02:22:23 +00:00
parent df27f225b7
commit f8e48ed4b8
1 changed files with 2 additions and 0 deletions

View File

@ -671,6 +671,8 @@ char *lang_options[] =
"-fno-enum-int-equiv",
"-fexternal-templates",
"-fno-external-templates",
"-ffor-scope",
"-fno-for-scope",
"-fgc",
"-fno-gc",
"-fgnu-keywords",