This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
rename unop_aux_stringify to multideref_stringify
authorDavid Mitchell <davem@iabyn.com>
Tue, 27 Jan 2015 11:14:37 +0000 (11:14 +0000)
committerDavid Mitchell <davem@iabyn.com>
Tue, 27 Jan 2015 11:14:37 +0000 (11:14 +0000)
commit48ee9c0e663bc9a2ffef5a0be5f6de6168985a20
tree3a9a35bdea39053ed557b247a412ad2b2079de7d
parent8b08c4b951d7e6689c8f58393e1615af86a573d2
rename unop_aux_stringify to multideref_stringify

This function returns a string representation of the OP_MULTIDEREF op
(as used by the output of perl -Dt).

However, the stringification of a UNOP_AUX op is op-specific, and
hypothetical future UNOP_AUX-class ops will need their own functions.
So the current function name is misleading.

It should be safe to rename it, as it only been in since 5.21.7, and isn't
public.
dump.c
embed.fnc
embed.h
ext/B/B.xs
proto.h