chiark / gitweb /
Record pcre3 (2:8.38-1) in archive suite sid
[pcre3.git] / pcreposix.c
index ed506197a53521737ff0fa379f9f21c6d8aa4dfc..f024423b634b19c9550b238f9530dbe235c1639c 100644 (file)
@@ -172,7 +172,8 @@ static const int eint[] = {
   REG_BADPAT,  /* invalid range in character class */
   REG_BADPAT,  /* group name must start with a non-digit */
   /* 85 */
-  REG_BADPAT   /* parentheses too deeply nested (stack check) */
+  REG_BADPAT,  /* parentheses too deeply nested (stack check) */
+  REG_BADPAT   /* missing digits in \x{} or \o{} */
 };
 
 /* Table of texts corresponding to POSIX error codes */