Enable PC back, because it is ouside visible

This commit is contained in:
Andrey A. Chernov 1994-10-06 20:44:51 +00:00
parent acd83bcce9
commit 3a163b361a

View File

@ -154,9 +154,9 @@ setterm(type)
CM = 0;
} else
CA = 1;
#ifndef __FreeBSD__
PC = _PC ? _PC[0] : 0;
PC = _PC ? _PC[0] : 0;
#ifndef __FreeBSD__
switch(cfgetospeed(&__baset)) {
case B0: ospeed = 0; break;
case B50: ospeed = 1; break;