diff --git a/lang/fortran/comp/pread.c b/lang/fortran/comp/pread.c index 5f521efac..9cde0d48d 100644 --- a/lang/fortran/comp/pread.c +++ b/lang/fortran/comp/pread.c @@ -786,7 +786,7 @@ Pfile(fname) Pfname = fname; Plineno = 1; if (!Pct[' ']) { - for(s = " \t\n\r\v\f"; *s; s++) + for(s = " \t\n\r\013\f"; *s; s++) /* ACK_MOD: \v is not K&R C */ Pct[*s] = P_space; for(s = "*,();"; *s; s++) Pct[*s] = P_delim;