[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/main.c between version 1.84 and 1.85

version 1.84, 2012/11/19 08:46:24 version 1.85, 2014/01/05 20:26:27
Line 141 
Line 141 
                         /* NOTREACHED */                          /* NOTREACHED */
                 }                  }
   
         curp.mp = mparse_alloc(type, curp.wlevel, mmsg, &curp, defos);          curp.mp = mparse_alloc(type, curp.wlevel, mmsg, defos, 0);
   
         /*          /*
          * Conditionally start up the lookaside buffer before parsing.           * Conditionally start up the lookaside buffer before parsing.

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85