diff options
author | Tobias Schlüter <tobi@gcc.gnu.org> | 2004-07-11 18:55:00 +0200 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2004-07-11 18:55:00 +0200 |
commit | 5f0bbc1b07223a28b3a1d4de378b897ded0e142c (patch) | |
tree | fd13ed3adcc54e00062485c2c8ae542a84448bd1 /gcc | |
parent | 7dea5a9568b6bdc363f4942c8b791fab8ac4facc (diff) | |
download | gcc-5f0bbc1b07223a28b3a1d4de378b897ded0e142c.zip gcc-5f0bbc1b07223a28b3a1d4de378b897ded0e142c.tar.gz gcc-5f0bbc1b07223a28b3a1d4de378b897ded0e142c.tar.bz2 |
Revert accidental commit
From-SVN: r84520
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/lang.opt | 4 | ||||
-rw-r--r-- | gcc/fortran/options.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 5989365..ff670d6 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -97,10 +97,6 @@ fimplicit-none F95 Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements -ffixed-line-length-72 -F95 RejectNegative -Use 72 character line width in fixed mode - ffixed-line-length-80 F95 RejectNegative Use 80 character line width in fixed mode diff --git a/gcc/fortran/options.c b/gcc/fortran/options.c index a23773e..b0f9a76 100644 --- a/gcc/fortran/options.c +++ b/gcc/fortran/options.c @@ -260,10 +260,6 @@ gfc_handle_option (size_t scode, const char *arg, int value) gfc_option.flag_repack_arrays = value; break; - case OPT_ffixed_line_length_72: - gfc_option.fixed_line_length = 72; - break; - case OPT_ffixed_line_length_80: gfc_option.fixed_line_length = 80; break; |