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

Diff for /src/usr.bin/make/lowparse.h between version 1.10 and 1.11

version 1.10, 2012/09/21 07:55:20 version 1.11, 2012/10/02 10:29:31
Line 46 
Line 46 
  * } while (Parse_NextFile());   * } while (Parse_NextFile());
  */   */
   
 /* Initialization and cleanup */  
 #ifdef CLEANUP  
 extern void LowParse_Init(void);  
 extern void LowParse_End(void);  
 #else  
 #define LowParse_Init()  
 #define LowParse_End()  
 #endif  
   
 /* Selection of input stream */  /* Selection of input stream */
 /* Parse_FromFile(filename, filehandle);  /* Parse_FromFile(filename, filehandle);
  *      Push given filehandle on the input stack, using filename for diagnostic   *      Push given filehandle on the input stack, using filename for diagnostic

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