[BACK]Return to error.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / window

Diff for /src/usr.bin/window/Attic/error.c between version 1.4 and 1.5

version 1.4, 1998/03/17 04:11:53 version 1.5, 2001/11/19 19:02:18
Line 56 
Line 56 
 error(fmt, a, b, c, d, e, f, g, h)  error(fmt, a, b, c, d, e, f, g, h)
 char *fmt;  char *fmt;
 {  {
         register struct context *x;          struct context *x;
         register struct ww *w;          struct ww *w;
   
         for (x = &cx; x != 0 && x->x_type != X_FILE; x = x->x_link)          for (x = &cx; x != 0 && x->x_type != X_FILE; x = x->x_link)
                 ;                  ;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5