[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.93 and 1.94

version 1.93, 2020/08/09 19:51:02 version 1.94, 2020/08/13 19:30:37
Line 395  CondGetString(Boolean doEval, Boolean *q
Line 395  CondGetString(Boolean doEval, Boolean *q
     const char *cp;      const char *cp;
     const char *str;      const char *str;
     int len;      int len;
     int qt;      Boolean qt;
     const char *start;      const char *start;
   
     Buf_Init(&buf, 0);      Buf_Init(&buf, 0);

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

CVSweb <webmaster@jp.NetBSD.org>