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

Diff for /src/usr.bin/make/make.h between version 1.29 and 1.30

version 1.29, 2000/11/24 14:36:35 version 1.30, 2001/03/02 16:57:26
Line 156 
Line 156 
         struct Var_ *locals[LOCAL_SIZE];          struct Var_ *locals[LOCAL_SIZE];
 } SymTable;  } SymTable;
   
 typedef struct hash GSymT;  typedef struct ohash GSymT;
 /*-  /*-
  * The structure for an individual graph node. Each node has several   * The structure for an individual graph node. Each node has several
  * pieces of data associated with it.   * pieces of data associated with it.

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30