Give the FORCED property a real cond bit. Delete some unused code.

This commit is contained in:
Eric S. Raymond 2017-06-22 17:49:06 -04:00
parent 7f7f49b739
commit 51494657fd
4 changed files with 4 additions and 10 deletions

View file

@ -52,13 +52,6 @@ long PLAC[NOBJECTS + 1];
long FIXD[NOBJECTS + 1];
long ACTSPK[VRBSIZ + 1];
static bool is_set(long var, long position)
{
long mask = 1L << position;
bool result = (var & mask) == mask;
return (result);
}
static long GETTXT(long SKIP, long ONEWRD, long UPPER)
{
/* Take characters from an input line and pack them into 30-bit words.