diff options
author | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-26 09:11:49 +0000 |
---|---|---|
committer | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-26 09:11:49 +0000 |
commit | d85b39e5325f944a3472010b94cfc1a0ee192b69 (patch) | |
tree | 550808c614d8591852f6738515b78d6e6d1735ec /scripts | |
parent | 23a942c7956e131d9518a130d54fb8025d953ae6 (diff) | |
download | php-git-d85b39e5325f944a3472010b94cfc1a0ee192b69.tar.gz |
Typo
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/conv_z_macros | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/conv_z_macros b/scripts/conv_z_macros index 126ce875fb..f164e3ef95 100755 --- a/scripts/conv_z_macros +++ b/scripts/conv_z_macros @@ -24,7 +24,7 @@ for i in $@; do -e 's/(\*\([^()]\+\))->type/Z_TYPE_PP(\1)/g' \ -e 's/\([a-z_][]a-z_0-9\[]*\)->type/Z_TYPE_P(\1)/g' \ -e 's/\([a-z_][]a-z_0-9\[]*\)\.type/Z_TYPE(\1)/g' \ - -e 's/(\*\([^()]\+\)))->value\.dval/Z_DVAL_PP(\1)/g' \ + -e 's/(\*\([^()]\+\))->value\.dval/Z_DVAL_PP(\1)/g' \ -e 's/\([a-z_][]a-z_0-9\[]*\)->value\.dval/Z_DVAL_P(\1)/g' \ -e 's/\([a-z_][]a-z_0-9\[]*\)\.value\.dval/Z_DVAL(\1)/g' \ -e 's/(\*\([^()]\+\))->value\.lval/Z_LVAL_PP(\1)/g' \ |