#include "defs.h" /* make chip hard placed */ harden(cptr) CHP cptr; { chkmt(cptr); if (cptr->state == SOFT) cptr->state = HARD; }