Revert accidental commit
authorTobias Schlüter <tobi@gcc.gnu.org>
Sun, 11 Jul 2004 16:55:00 +0000 (18:55 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 11 Jul 2004 16:55:00 +0000 (18:55 +0200)
From-SVN: r84520

gcc/fortran/lang.opt
gcc/fortran/options.c

index 598936547f11186d1f8af33166b30e9fd6b77ff0..ff670d66f2b69b294dd86b69a819b2d23b20483c 100644 (file)
@@ -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
index a23773ef8395314b0d798646d7e2fc1ef4e1cb02..b0f9a76e5f2350e14fda9c7d45f906e30a14279a 100644 (file)
@@ -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;