projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a3e405b
)
PERL_MAGIC_uvar_elem should be 'u' in dump.c
Vincent Pit [Wed, 13 Feb 2008 11:10:11 +0000 (12:10 +0100)]
From: "Vincent Pit" <perl@profvince.com>
Message-ID: <36116.147.210.17.175.
1202897411
.squirrel@147.210.17.175>
p4raw-id: //depot/perl@33301
dump.c
patch
|
blob
|
blame
|
history
diff --git
a/dump.c
b/dump.c
index
52ac050
..
6033ed1
100644
(file)
--- a/
dump.c
+++ b/
dump.c
@@
-1210,7
+1210,7
@@
static const struct { const char type; const char *name; } magic_names[] = {
{ PERL_MAGIC_qr, "qr(r)" },
{ PERL_MAGIC_sigelem, "sigelem(s)" },
{ PERL_MAGIC_taint, "taint(t)" },
- { PERL_MAGIC_uvar_elem, "uvar_elem(v)" },
+ { PERL_MAGIC_uvar_elem, "uvar_elem(u)" },
{ PERL_MAGIC_vec, "vec(v)" },
{ PERL_MAGIC_vstring, "vstring(V)" },
{ PERL_MAGIC_utf8, "utf8(w)" },