Subject: Re: missing declarations in last night's sup
To: None <current-users@sun-lamp.cs.berkeley.edu,>
From: None <mycroft@gnu.ai.mit.edu>
List: current-users
Date: 12/14/1993 20:10:45
   I've had a couple different things (libutil, gdb) die on undeclared
   identifiers: PD_SHIFT and PG_SHIFT.

I just scanned the entire source tree, and those are the only two things
which needed those tokens.  I've changed them to `PDSHIFT' and `PGSHIFT'
(the latter already existed) while cleaning up a bunch of redundant
definitions.


------------------------------------------------------------------------------