[BACK]Return to test-getsubopt.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/test-getsubopt.c between version 1.3 and 1.4

version 1.3, 2014/08/17 20:53:50 version 1.4, 2015/10/06 18:32:20
Line 29  main(void)
Line 29  main(void)
         char token0[] = "k";          char token0[] = "k";
         char *const tokens[] = { token0, NULL };          char *const tokens[] = { token0, NULL };
         char *value = NULL;          char *value = NULL;
         return( ! (0 == getsubopt(&options, tokens, &value)          return ! (getsubopt(&options, tokens, &value) == 0
             && value == buf+2 && options == buf+3));              && value == buf+2 && options == buf+3);
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb