mirror of git://gcc.gnu.org/git/gcc.git
* runtime/environ.c: Correct previous commit for obvious typo.
From-SVN: r97947
This commit is contained in:
parent
64d5075d0b
commit
b45ea4d28c
|
|
@ -495,7 +495,7 @@ static variable variable_table[] = {
|
||||||
"Print optional plus signs in numbers where permitted. Default FALSE."},
|
"Print optional plus signs in numbers where permitted. Default FALSE."},
|
||||||
|
|
||||||
{"GFORTRAN_DEFAULT_RECL", DEFAULT_RECL, &options.default_recl,
|
{"GFORTRAN_DEFAULT_RECL", DEFAULT_RECL, &options.default_recl,
|
||||||
init_integer, show_unsigned_integer,
|
init_unsigned_integer, show_integer,
|
||||||
"Default maximum record length for sequential files. Most useful for\n"
|
"Default maximum record length for sequential files. Most useful for\n"
|
||||||
"adjusting line length of preconnected units. Default "
|
"adjusting line length of preconnected units. Default "
|
||||||
stringize (DEFAULT_RECL)},
|
stringize (DEFAULT_RECL)},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue