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

Diff for /mandoc/Attic/mdoc_strings.c between version 1.1 and 1.2

version 1.1, 2009/03/31 13:50:19 version 1.2, 2009/04/12 19:24:10
Line 87  mdoc_isescape(const char *p)
Line 87  mdoc_isescape(const char *p)
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case ('-'):          case ('-'):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
           case ('~'):
                   /* FALLTHROUGH */
           case ('^'):
                   /* FALLTHROUGH */
         case ('%'):          case ('%'):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case ('0'):          case ('0'):

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb