From: Jeroen van Wolffelaar Date: Wed, 26 Sep 2001 07:55:13 +0000 (+0000) Subject: This fixes most var->Z_* problems X-Git-Tag: php4~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe000a73919ba6bd2a1fc13565d89f8b2c817c37;p=php This fixes most var->Z_* problems --- diff --git a/scripts/conv_z_macros b/scripts/conv_z_macros index a5d6ba7ef2..4dfaf91f71 100755 --- a/scripts/conv_z_macros +++ b/scripts/conv_z_macros @@ -48,6 +48,7 @@ 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' \ < $i > tmp && cp tmp $i echo "DONE" done