projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3f48f96
)
Note that nothing in core uses Perl_get_cv any more, and why it is hard to move
Nicholas Clark [Wed, 21 Jan 2009 17:08:36 +0000 (17:08 +0000)]
it to mathoms.c
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
fbf3e86
..
66411ee
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-2529,6
+2529,8
@@
Perl_get_cvn_flags(pTHX_ const char *name, STRLEN len, I32 flags)
return NULL;
}
+/* Nothing in core calls this now, but we can't replace it with a macro and
+ move it to mathoms.c as a macro would evaluate name twice. */
CV*
Perl_get_cv(pTHX_ const char *name, I32 flags)
{