/*
* Delete line "lp". Fix all of the
* links that might point at it (they are
* moved to offset 0 of the next line.
* Unlink the line from whatever buffer it
* might be in. Release the memory. The
* buffers are updated too; the magic conditions
* described in the above comments don't hold
* here.
*/
lfree(lp)
LINE *lp;
{
register BUFFER *bp;
register WINDOW *wp;
#define wp ((WINDOW *)bp)
#define llfp (*(LINE **)0xac)
register LINE * lp1;