1*14432Sedward #ifndef lint 2*14432Sedward static char *sccsid = "@(#)wwdelchar.c 3.1 83/08/09"; 3*14432Sedward #endif 4*14432Sedward 5*14432Sedward #include "ww.h" 6*14432Sedward 7*14432Sedward wwdelchar(w) 8*14432Sedward register struct ww *w; 9*14432Sedward { 10*14432Sedward w = w; 11*14432Sedward } 12