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

Diff for /mandoc/chars.c between version 1.52 and 1.53

version 1.52, 2011/11/08 00:15:23 version 1.53, 2013/05/18 16:40:15
Line 77  mchars_alloc(void)
Line 77  mchars_alloc(void)
          */           */
   
         tab = mandoc_malloc(sizeof(struct mchars));          tab = mandoc_malloc(sizeof(struct mchars));
         htab = mandoc_calloc(PRINT_HI - PRINT_LO + 1, sizeof(struct ln **));          htab = mandoc_calloc(PRINT_HI - PRINT_LO + 1, sizeof(struct ln *));
   
         for (i = 0; i < LINES_MAX; i++) {          for (i = 0; i < LINES_MAX; i++) {
                 hash = (int)lines[i].code[0] - PRINT_LO;                  hash = (int)lines[i].code[0] - PRINT_LO;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

CVSweb