From 5068444dfe726b0299e44c5c739c3e5482c7b906 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 22 Jan 2001 19:29:44 +0000 Subject: Z-ify the source. --- ext/pcre/php_pcre.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/pcre/php_pcre.h') 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; -- cgit v1.2.1