Commit 5f0bbc1b by Tobias Schlüter

Revert accidental commit

From-SVN: r84520
parent 7dea5a95
...@@ -97,10 +97,6 @@ fimplicit-none ...@@ -97,10 +97,6 @@ fimplicit-none
F95 F95
Specify that no implicit typing is allowed, unless overridden by explicit IMPLICIT statements 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 ffixed-line-length-80
F95 RejectNegative F95 RejectNegative
Use 80 character line width in fixed mode Use 80 character line width in fixed mode
......
...@@ -260,10 +260,6 @@ gfc_handle_option (size_t scode, const char *arg, int value) ...@@ -260,10 +260,6 @@ gfc_handle_option (size_t scode, const char *arg, int value)
gfc_option.flag_repack_arrays = value; gfc_option.flag_repack_arrays = value;
break; break;
case OPT_ffixed_line_length_72:
gfc_option.fixed_line_length = 72;
break;
case OPT_ffixed_line_length_80: case OPT_ffixed_line_length_80:
gfc_option.fixed_line_length = 80; gfc_option.fixed_line_length = 80;
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment