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

Diff for /src/usr.bin/make/targ.c between version 1.47 and 1.48

version 1.47, 2007/09/17 14:05:34 version 1.48, 2007/09/18 08:51:23
Line 133 
Line 133 
 static LIST allTargets;  static LIST allTargets;
 static void TargFreeGN(void *);  static void TargFreeGN(void *);
 #endif  #endif
   #define Targ_FindConstantNode(n, f) Targ_FindNodeh(n, sizeof(n), K_##n, f)
   
   
 GNode *begin_node, *end_node, *interrupt_node, *DEFAULT;  GNode *begin_node, *end_node, *interrupt_node, *DEFAULT;
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48