From: Jeroen van Wolffelaar Date: Wed, 26 Sep 2001 08:32:55 +0000 (+0000) Subject: Now fixes virtually everything. X-Git-Tag: php4~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0468809ff52a10653718cc47e8a760b8ac1b0ad;p=php Now fixes virtually everything. Sorry, but I assumed that the original script was correct. Unfortunately, that wasn't the case. --- diff --git a/scripts/conv_z_macros b/scripts/conv_z_macros index 246541e664..72f07e2ca7 100755 --- a/scripts/conv_z_macros +++ b/scripts/conv_z_macros @@ -48,9 +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-zA-Z_][a-zA-Z_0-9]*\)->Z_\([A-Z_]\+\)(/Z_\2(\1->/g' \ + -e 's/\([a-zA-Z_][a-zA-Z_0-9]*\)->Z_\([A-Z_]\+\)(/Z_\2(\1->/g' \ + -e 's/\([a-zA-Z_][a-zA-Z_0-9]*\)->Z_\([A-Z_]\+\)(/Z_\2(\1->/g' \ < $i > tmp && cp tmp $i echo "DONE" done