From 5f0bbc1b07223a28b3a1d4de378b897ded0e142c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Schl=C3=BCter?= Date: Sun, 11 Jul 2004 18:55:00 +0200 Subject: Revert accidental commit From-SVN: r84520 --- gcc/fortran/lang.opt | 4 ---- gcc/fortran/options.c | 4 ---- 2 files changed, 8 deletions(-) (limited to 'gcc') 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; -- cgit v1.1