/* k 1003 22/08/90 */
struct wrktb {
     short count     ;       /* tmp2-block's count      1003   */
     struct tmp2 *first ;    /* first tmp2 ptr in chain 1003   */
     struct tmp2 *last  ;    /* last  tmp2 ptr in chain 1003   */
     };
#define ANAMEFF  0xff        /* end of table               */
