[BACK]Return to roff.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / bsd / mdocml / dist

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

Diff for /src/external/bsd/mdocml/dist/roff.c between version 1.11 and 1.12

version 1.11, 2013/04/03 00:58:48 version 1.12, 2013/04/03 01:00:03
Line 1161  roff_evalcond(const char *v, int *pos)
Line 1161  roff_evalcond(const char *v, int *pos)
 out:  out:
         if (not)          if (not)
                 lh = !lh;                  lh = !lh;
         fprintf(stderr, "res=[%d]\n", lh);  
         return lh ? ROFFRULE_ALLOW : ROFFRULE_DENY;          return lh ? ROFFRULE_ALLOW : ROFFRULE_DENY;
 }  }
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>