[BACK]Return to cond.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/cond.c between version 1.65 and 1.66

version 1.65, 2012/11/03 02:25:13 version 1.66, 2012/11/03 04:51:17
Line 1237  Cond_Eval(char *line)
Line 1237  Cond_Eval(char *line)
         SKIP_TO_ENDIF           /* nothing else to execute */          SKIP_TO_ENDIF           /* nothing else to execute */
     };      };
     static enum if_states *cond_state = NULL;      static enum if_states *cond_state = NULL;
     static int max_if_depth = MAXIF;      static unsigned int max_if_depth = MAXIF;
   
     const struct If *ifp;      const struct If *ifp;
     Boolean         isElif;      Boolean         isElif;

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

CVSweb <webmaster@jp.NetBSD.org>