Parent Directory
|
Revision Log
|
Patch
revision 275 by ph10, Wed Nov 21 15:35:09 2007 UTC | revision 276 by ph10, Wed Nov 21 15:39:20 2007 UTC | |
---|---|---|
# | Line 2839 for (;; ptr++) | Line 2839 for (;; ptr++) |
2839 | classbits[1] |= 0x08; /* Perl 5.004 onwards omits VT from \s */ | classbits[1] |= 0x08; /* Perl 5.004 onwards omits VT from \s */ |
2840 | continue; | continue; |
2841 | ||
case ESC_E: /* Perl ignores an orphan \E */ | ||
continue; | ||
2842 | default: /* Not recognized; fall through */ | default: /* Not recognized; fall through */ |
2843 | break; /* Need "default" setting to stop compiler warning. */ | break; /* Need "default" setting to stop compiler warning. */ |
2844 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |