[BACK]Return to lst.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/lst.h between version 1.8 and 1.9

version 1.8, 1999/12/18 02:11:27 version 1.9, 1999/12/18 21:53:32
Line 61 
Line 61 
 typedef struct  Lst     *Lst;  typedef struct  Lst     *Lst;
 typedef struct  LstNode *LstNode;  typedef struct  LstNode *LstNode;
   
 #define NILLST          ((Lst) NIL)  
 #define NILLNODE        ((LstNode) NIL)  
   
 /*  /*
  * NOFREE can be used as the freeProc to Lst_Destroy when the elements are   * NOFREE can be used as the freeProc to Lst_Destroy when the elements are
  *      not to be freed.   *      not to be freed.

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9