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

Diff for /mandoc/Attic/strings.c between version 1.29 and 1.30

version 1.29, 2009/03/14 05:36:07 version 1.30, 2009/03/20 19:56:25
Line 95  mdoc_isescape(const char *p)
Line 95  mdoc_isescape(const char *p)
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case ('.'):          case ('.'):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
           case (':'):
                   /* FALLTHROUGH */
         case ('e'):          case ('e'):
                 return(2);                  return(2);
         case ('*'):          case ('*'):

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb