[BACK]Return to lst.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/lst.c between version 1.98 and 1.99

version 1.98, 2020/12/04 14:39:56 version 1.99, 2020/12/04 20:08:07
Line 294  Vector_Pop(Vector *v)
Line 294  Vector_Pop(Vector *v)
         v->len--;          v->len--;
         return Vector_Get(v, v->len);          return Vector_Get(v, v->len);
 }  }
   
 void  
 Vector_Done(Vector *v)  
 {  
         free(v->items);  
 }  

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99

CVSweb <webmaster@jp.NetBSD.org>