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

Diff for /src/usr.bin/mandoc/mdoc.c between version 1.40 and 1.41

version 1.40, 2010/04/07 23:15:05 version 1.41, 2010/04/22 21:42:08
Line 655 
Line 655 
                  * allowed, but enough manuals assume this behaviour                   * allowed, but enough manuals assume this behaviour
                  * that we want to work around it.                   * that we want to work around it.
                  */                   */
                 if ( ! mdoc_elem_alloc(m, line, 0, MDOC_Pp, NULL))                  return(mdoc_elem_alloc(m, line, 0, MDOC_Pp, NULL));
                         return(0);  
         }          }
   
         /*          /*

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41