[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.29

version 1.28, 2009/03/13 07:46:10 version 1.29, 2009/03/14 05:36:07
Line 89  mdoc_isescape(const char *p)
Line 89  mdoc_isescape(const char *p)
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case (' '):          case (' '):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
           case ('|'):
                   /* FALLTHROUGH */
         case ('&'):          case ('&'):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case ('.'):          case ('.'):

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

CVSweb