[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.8 and 1.9

version 1.8, 2012/03/22 13:47:12 version 1.9, 2012/08/25 08:12:56
Line 81 
Line 81 
  *      Fill the location pointed by origin with the current location. */   *      Fill the location pointed by origin with the current location. */
 extern void Parse_FillLocation(Location *);  extern void Parse_FillLocation(Location *);
   
   /* Parse_SetLocation(origin)
    *      Set the "parse location" to a given origin.
    *      Used for parse errors that occur during variable expansion at
    *      runtime.
    */
   extern void Parse_SetLocation(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.8  
changed lines
  Added in v.1.9