From: Jeroen van Wolffelaar Date: Wed, 26 Sep 2001 07:58:32 +0000 (+0000) Subject: And now correctly... and up until 3 levels X-Git-Tag: php4~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9d71bc3fb66495649e3dc3a68188b6072eb2b03;p=php And now correctly... and up until 3 levels --- diff --git a/scripts/conv_z_macros b/scripts/conv_z_macros index 4dfaf91f71..246541e664 100755 --- a/scripts/conv_z_macros +++ b/scripts/conv_z_macros @@ -48,7 +48,9 @@ for i in $@; do -e 's/(\*\([^()]\+\))->value\.obj/Z_OBJ_PP(\1)/g' \ -e 's/\([a-z_][]a-z_0-9\[]*\)->value\.obj/Z_OBJ_P(\1)/g' \ -e 's/\([a-z_][]a-z_0-9\[]*\)\.value\.obj/Z_OBJ(\1)/g' \ - -e 's/\([a-z_][a-z_0-9]*\)->Z_\([A-Z_]\+\)(/Z_\2(\1->)/g' \ + -e 's/\([a-z_][a-z_0-9]*\)->Z_\([A-Z_]\+\)(/Z_\2(\1->/g' \ + -e 's/\([a-z_][a-z_0-9]*\)->Z_\([A-Z_]\+\)(/Z_\2(\1->/g' \ + -e 's/\([a-z_][a-z_0-9]*\)->Z_\([A-Z_]\+\)(/Z_\2(\1->/g' \ < $i > tmp && cp tmp $i echo "DONE" done