From: ceriel Date: Thu, 7 Nov 1991 09:53:11 +0000 (+0000) Subject: '\v' is not a K&R character X-Git-Tag: release-5-5~654 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b9c3a99783f96cc39c5e26b5dc55936e3adcd4d6;p=ack.git '\v' is not a K&R character --- 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;