'\v' is not a K&R character

This commit is contained in:
ceriel 1991-11-07 09:53:11 +00:00
parent eac501941f
commit b9c3a99783

View file

@ -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;