diff options
author | Andrei Zmievski <andrei@php.net> | 2001-01-22 19:29:44 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-01-22 19:29:44 +0000 |
commit | 5068444dfe726b0299e44c5c739c3e5482c7b906 (patch) | |
tree | a9b6c6365fb37a37d9a736b8223be05f464cd115 /ext/pcre/php_pcre.h | |
parent | 7357ee8fa4e3a152738efcab955f1be5a9fec34e (diff) | |
download | php-git-5068444dfe726b0299e44c5c739c3e5482c7b906.tar.gz |
Z-ify the source.
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index addb5f1fec..8c3a2f73a3 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -49,8 +49,8 @@ extern zend_module_entry pcre_module_entry; #define pcre_module_ptr &pcre_module_entry typedef struct { - pcre *re; - pcre_extra *extra; + pcre *re; + pcre_extra *extra; int preg_options; #if HAVE_SETLOCALE char *locale; |