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

Diff for /src/usr.bin/make/extern.h between version 1.15 and 1.16

version 1.15, 1999/12/09 18:20:06 version 1.16, 1999/12/16 17:07:20
Line 63 
Line 63 
 #include "error.h"  #include "error.h"
   
 /* for.c */  /* for.c */
 int For_Eval __P((char *));  typedef struct For_ For;
 void For_Run  __P((void));  For *For_Eval __P((char *));
   Boolean For_Accumulate __P((For *, const char *));
   void For_Run  __P((For *));
   
 /* main.c */  /* main.c */
 void Main_ParseArgLine __P((char *));  void Main_ParseArgLine __P((char *));

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16