Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Wolffelaar committed Sep 26, 2001
1 parent 23a942c commit d85b39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/conv_z_macros
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for i in $@; do
-e 's/(\*\([^()]\+\))->type/Z_TYPE_PP(\1)/g' \
-e 's/\([a-z_][]a-z_0-9\[]*\)->type/Z_TYPE_P(\1)/g' \
-e 's/\([a-z_][]a-z_0-9\[]*\)\.type/Z_TYPE(\1)/g' \
-e 's/(\*\([^()]\+\)))->value\.dval/Z_DVAL_PP(\1)/g' \
-e 's/(\*\([^()]\+\))->value\.dval/Z_DVAL_PP(\1)/g' \
-e 's/\([a-z_][]a-z_0-9\[]*\)->value\.dval/Z_DVAL_P(\1)/g' \
-e 's/\([a-z_][]a-z_0-9\[]*\)\.value\.dval/Z_DVAL(\1)/g' \
-e 's/(\*\([^()]\+\))->value\.lval/Z_LVAL_PP(\1)/g' \
Expand Down

0 comments on commit d85b39e

Please sign in to comment.