diff -c2 subckt.c.orig subckt.c *** subckt.c.orig Thu Jul 1 19:25:04 1993 --- subckt.c Tue Jan 31 15:50:52 1995 *************** *** 649,652 **** --- 649,655 ---- case 'H': case 'h': + /* 2 lines here to fix w bug, NCF 1/31/95 */ + case 'W': + case 'w': return (1); *************** *** 945,949 **** case 'u': return (3); case 'v': return (2); ! case 'w': return (3); case 'z': return (3); --- 948,953 ---- case 'u': return (3); case 'v': return (2); ! /* change 3 to 2 here to fix w bug, NCF 1/31/95 */ ! case 'w': return (2); case 'z': return (3);