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

Diff for /mandoc/Attic/macro.c between version 1.68 and 1.69

version 1.68, 2009/03/12 06:32:17 version 1.69, 2009/03/12 06:38:22
Line 1482  macro_phrase(struct mdoc *mdoc, int line, int ppos, ch
Line 1482  macro_phrase(struct mdoc *mdoc, int line, int ppos, ch
                 if (MDOC_MAX != (c = mdoc_tokhash_find(mdoc->htab, &buf[la]))) {                  if (MDOC_MAX != (c = mdoc_tokhash_find(mdoc->htab, &buf[la]))) {
                         if ( ! mdoc_macro(mdoc, c, line, la, &i, buf))                          if ( ! mdoc_macro(mdoc, c, line, la, &i, buf))
                                 return(0);                                  return(0);
                           return(append_delims(mdoc, line, &i, buf));
                         return(1);  
                 }                  }
   
                 if ( ! mdoc_word_alloc(mdoc, line, la, &buf[la]))                  if ( ! mdoc_word_alloc(mdoc, line, la, &buf[la]))

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

CVSweb