[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.9 and 1.10

version 1.9, 1999/11/11 11:35:17 version 1.10, 1999/11/11 11:42:19
Line 100 
Line 100 
 void Parse_File __P((char *, FILE *));  void Parse_File __P((char *, FILE *));
 void Parse_Init __P((void));  void Parse_Init __P((void));
 void Parse_End __P((void));  void Parse_End __P((void));
 void Parse_FromString __P((char *));  void Parse_FromString __P((char *, unsigned long));
 Lst Parse_MainName __P((void));  Lst Parse_MainName __P((void));
   unsigned long Parse_Getlineno __P((void));
   
 /* str.c */  /* str.c */
 void str_init __P((void));  void str_init __P((void));

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