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

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

version 1.1, 2001/05/23 12:34:41 version 1.2, 2002/06/11 21:12:11
Line 36 
Line 36 
 #define COND_PARSE      0       /* Parse the next lines */  #define COND_PARSE      0       /* Parse the next lines */
 #define COND_SKIP       1       /* Skip the next lines */  #define COND_SKIP       1       /* Skip the next lines */
 #define COND_INVALID    2       /* Not a conditional statement */  #define COND_INVALID    2       /* Not a conditional statement */
   #define COND_ISFOR      3
   #define COND_ISUNDEF    4
   #define COND_ISINCLUDE  5
   
 /* whattodo = Cond_Eval(line);  /* whattodo = Cond_Eval(line);
  *      Parses a conditional expression (without the leading dot),   *      Parses a conditional expression (without the leading dot),

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