mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
regexp: Import change from JimTcl.
* regexp/jimregexp.h, regexp/jimregexp.c: Fix from JimTcl. -- Apply the change in JimTcl: commit ac35b8a6ec417f75b5ec86ca64ea1614a8170a38 Author: Steve Bennett <steveb@workware.net.au> Date: Mon May 4 20:43:46 2020 +1000 regexp: Improved error message Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
5fe3cdfc76
commit
91cb46d948
2 changed files with 19 additions and 4 deletions
|
@ -91,9 +91,10 @@ enum {
|
|||
REG_ERR_NESTED_COUNT,
|
||||
REG_ERR_INTERNAL,
|
||||
REG_ERR_COUNT_FOLLOWS_NOTHING,
|
||||
REG_ERR_TRAILING_BACKSLASH,
|
||||
REG_ERR_INVALID_ESCAPE,
|
||||
REG_ERR_CORRUPTED,
|
||||
REG_ERR_NULL_CHAR,
|
||||
REG_ERR_UNMATCHED_BRACKET,
|
||||
REG_ERR_NUM
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue