X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=pcreposix.c;h=5736c65e3a8686abf6b44e2be61194ab1ea8e9c4;hb=4c26ecf8fa23b71fb8803a1e0e2d2258b4fb71e0;hp=f024423b634b19c9550b238f9530dbe235c1639c;hpb=89fe0c9bb581b5a1608738d68f2520c6426b549b;p=pcre3.git diff --git a/pcreposix.c b/pcreposix.c index f024423..5736c65 100644 --- a/pcreposix.c +++ b/pcreposix.c @@ -6,7 +6,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel - Copyright (c) 1997-2014 University of Cambridge + Copyright (c) 1997-2016 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -173,7 +173,8 @@ static const int eint[] = { REG_BADPAT, /* group name must start with a non-digit */ /* 85 */ REG_BADPAT, /* parentheses too deeply nested (stack check) */ - REG_BADPAT /* missing digits in \x{} or \o{} */ + REG_BADPAT, /* missing digits in \x{} or \o{} */ + REG_BADPAT /* pattern too complicated */ }; /* Table of texts corresponding to POSIX error codes */