projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
083639a
)
Fix file where internal XS functions are defined
Rafael Garcia-Suarez [Fri, 3 Feb 2006 15:18:18 +0000 (15:18 +0000)]
p4raw-id: //depot/perl@27064
universal.c
patch
|
blob
|
blame
|
history
diff --git
a/universal.c
b/universal.c
index
097247b
..
2afa2f6
100644
(file)
--- a/
universal.c
+++ b/
universal.c
@@
-207,7
+207,7
@@
void
Perl_boot_core_UNIVERSAL(pTHX)
{
dVAR;
- const char file[] = __FILE__;
+ static const char file[] = __FILE__;
newXS("UNIVERSAL::isa", XS_UNIVERSAL_isa, file);
newXS("UNIVERSAL::can", XS_UNIVERSAL_can, file);