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

Diff for /src/usr.bin/window/Attic/parser1.c between version 1.3 and 1.4

version 1.3, 1997/02/25 00:04:11 version 1.4, 2001/11/19 19:02:18
Line 191 
Line 191 
 }  }
   
 p_convstr(v)  p_convstr(v)
 register struct value *v;  struct value *v;
 {  {
         if (v->v_type != V_NUM)          if (v->v_type != V_NUM)
                 return 0;                  return 0;

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