diff options
author | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-26 08:53:37 +0000 |
---|---|---|
committer | Jeroen van Wolffelaar <jeroen@php.net> | 2001-09-26 08:53:37 +0000 |
commit | 6a8a5767c2ad20f7e23856ed1a8d8f7537562bcb (patch) | |
tree | 95bd0febb26cc6c9199434d384fcafca8dd09f91 /scripts/conv_z_macros | |
parent | 6693d112d2cda389461e4cbf0b50f43db7248a3a (diff) | |
download | php-git-6a8a5767c2ad20f7e23856ed1a8d8f7537562bcb.tar.gz |
4rd run... now also var.Z_*
Diffstat (limited to 'scripts/conv_z_macros')
-rwxr-xr-x | scripts/conv_z_macros | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/conv_z_macros b/scripts/conv_z_macros index 72f07e2ca7..126ce875fb 100755 --- a/scripts/conv_z_macros +++ b/scripts/conv_z_macros @@ -51,6 +51,9 @@ for i in $@; do -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' \ + -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 |