From 6a8a5767c2ad20f7e23856ed1a8d8f7537562bcb Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Wed, 26 Sep 2001 08:53:37 +0000 Subject: 4rd run... now also var.Z_* --- scripts/conv_z_macros | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.1