Fix [\h] in EBCDIC environments.

This commit is contained in:
Philip.Hazel 2015-06-22 13:40:23 +00:00
parent f885874cd8
commit b7550b8f54
2 changed files with 3 additions and 1 deletions

View File

@ -175,6 +175,8 @@ recognized as white space in EBCDIC.
an error (correctly) when used outside a class, but did not give an error
within a class.
46. \h within a class was incorrectly compiled in EBCDIC environments.
Version 10.10 06-March-2015
---------------------------

View File

@ -435,7 +435,7 @@ PCRE for a long time. */
/* -------------- EBCDIC environments -------------- */
#else
#define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP
#define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
#define HSPACE_BYTE_CASES \
case CHAR_HT: \