'\v' is not K&R C

This commit is contained in:
ceriel 1991-11-06 14:36:25 +00:00
parent 4e99d889ff
commit 2e58c2438f

View file

@ -279,7 +279,7 @@ quoted(pstr)
ch = '\f'; ch = '\f';
break; break;
case 'v': case 'v':
ch = '\v'; ch = 013;
break; break;
default : default :
ch = *(str - 1); ch = *(str - 1);