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

Diff for /mandoc/Attic/strings.c between version 1.28 and 1.31

version 1.28, 2009/03/13 07:46:10 version 1.31, 2009/03/21 13:47:02
Line 87  mdoc_isescape(const char *p)
Line 87  mdoc_isescape(const char *p)
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case ('-'):          case ('-'):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
           case ('%'):
                   /* FALLTHROUGH */
         case (' '):          case (' '):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
           case ('|'):
                   /* FALLTHROUGH */
         case ('&'):          case ('&'):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case ('.'):          case ('.'):
                   /* FALLTHROUGH */
           case (':'):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case ('e'):          case ('e'):
                 return(2);                  return(2);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.31

CVSweb