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

Diff for /src/usr.bin/make/main.h between version 1.1 and 1.2

version 1.1, 2001/05/23 12:34:46 version 1.2, 2007/09/17 09:28:36
Line 35 
Line 35 
  *      were given at make's invocation. Used to implement .MFLAGS. */   *      were given at make's invocation. Used to implement .MFLAGS. */
 extern void Main_ParseArgLine(const char *);  extern void Main_ParseArgLine(const char *);
   
 /* List of target names given on the command line. Needed to resolve  /* List of target names given on the command line. Needed to resolve
  * .if make(...) statements. */   * .if make(...) statements. */
 extern Lst      create;  extern Lst      create;
   
 extern GNode    *DEFAULT;       /* .DEFAULT rule */  extern GNode    *DEFAULT;       /* .DEFAULT rule */
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2