diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-06 19:30:43 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-06 19:30:43 +0200 |
commit | ae16d3f46c2e4284bddceae02bb75a1809824896 (patch) | |
tree | fe42ef95a101d7be1d39ce38f2b762b353500845 /src/regposix.c | |
parent | 7b5e329d3262d9ecde45a41826f1d103758599e8 (diff) | |
parent | 266065d52d0a224eabc6737bb3b5b1898822ff7b (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'src/regposix.c')
-rw-r--r-- | src/regposix.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regposix.c b/src/regposix.c index bbe52dc..32b11b5 100644 --- a/src/regposix.c +++ b/src/regposix.c @@ -2,7 +2,7 @@ regposix.c - Oniguruma (regular expression library) **********************************************************************/ /*- - * Copyright (c) 2002-2008 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> + * Copyright (c) 2002-2017 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -114,6 +114,9 @@ onig2posix_error_code(int code) { ONIGERR_NEVER_ENDING_RECURSION, REG_BADPAT }, { ONIGERR_GROUP_NUMBER_OVER_FOR_CAPTURE_HISTORY, REG_BADPAT }, { ONIGERR_INVALID_CHAR_PROPERTY_NAME, REG_BADPAT }, + { ONIGERR_INVALID_IF_ELSE_SYNTAX, REG_BADPAT }, + { ONIGERR_INVALID_ABSENT_GROUP_PATTERN, REG_BADPAT }, + { ONIGERR_INVALID_ABSENT_GROUP_GENERATOR_PATTERN, REG_BADPAT }, { ONIGERR_NOT_SUPPORTED_ENCODING_COMBINATION, REG_EONIG_BADARG }, { ONIGERR_LIBRARY_IS_NOT_INITIALIZED, REG_EONIG_INTERNAL } }; |