diff options
author | Anatol Belski <ab@php.net> | 2015-03-12 13:42:36 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-03-12 13:42:36 +0100 |
commit | 0e30c543ec8e6c371e0aef6e125e7b90f4b1b790 (patch) | |
tree | 380c6cbceb151dc5ad5284ff2ca2e582a71acd42 /ext/mbstring/oniguruma/regerror.c | |
parent | ff337bf52bf8acf079224b98c6d935ae07fe07db (diff) | |
download | php-git-0e30c543ec8e6c371e0aef6e125e7b90f4b1b790.tar.gz |
upgrade to oniguruman 5.9.6
Diffstat (limited to 'ext/mbstring/oniguruma/regerror.c')
-rw-r--r-- | ext/mbstring/oniguruma/regerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/oniguruma/regerror.c b/ext/mbstring/oniguruma/regerror.c index 1cedbbcac3..385e560d98 100644 --- a/ext/mbstring/oniguruma/regerror.c +++ b/ext/mbstring/oniguruma/regerror.c @@ -251,7 +251,7 @@ onig_error_code_to_str(UChar* s, int code, ...) onig_error_code_to_str(s, code, va_alist) UChar* s; int code; - va_dcl + va_dcl #endif { UChar *p, *q; |