[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.7 and 1.8

version 1.7, 2010/07/19 19:46:44 version 1.8, 2012/03/22 13:47:12
Line 77 
Line 77 
  *      Returns the current filename.  Safe to keep without copying.  */   *      Returns the current filename.  Safe to keep without copying.  */
 extern const char *Parse_Getfilename(void);  extern const char *Parse_Getfilename(void);
   
   /* Parse_FillLocation(origin)
    *      Fill the location pointed by origin with the current location. */
   extern void Parse_FillLocation(Location *);
   
 /* continue = Parse_NextFile();  /* continue = Parse_NextFile();
  *      Advance parsing to the next file in the input stack. Returns true   *      Advance parsing to the next file in the input stack. Returns true
  *      if there is parsing left to do.   *      if there is parsing left to do.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8